items property

List<String> items
final

Implementation

final List<String> items = List<String>.generate(50, (index) => "Item $index");