data property

List<T> get data

Implementation

List<T> get data {
  return _data;
}