list property

List<K> list
getter/setter pair

Implementation

List<K> list = List<K>.empty(growable: true);