abstractList property

List<String>? abstractList
getter/setter pair

Implementation

List<String>? abstractList = List.empty(growable: true);