nameList property

List<String> get nameList

Implementation

List<String> get nameList => List.generate(length, (index) => elementAt(index).name);