numberList top-level property

List<String> numberList
final

Implementation

final numberList = List.generate(10, (index) => "$index");