numbers top-level property

List<int> numbers
final

Implementation

final numbers = List.generate(5, (i) => i);