data property

List<int> data
getter/setter pair

Implementation

List<int> data = List.empty(growable: true);