We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent fda4238 commit 5425631Copy full SHA for 5425631
sdk_nnbd/lib/_internal/vm/lib/array_patch.dart
@@ -69,6 +69,7 @@ class List<E> {
69
}
70
71
@patch
72
+ @pragma("vm:prefer-inline")
73
factory List.generate(int length, E generator(int index),
74
{bool growable = true}) {
75
final List<E> result =
0 commit comments