in extension_methods/example/core_type_extensions.dart [22:26]
void times(void Function() f) { for (var i = 0; i < this; i++) { f(); } }