data property

List<T> data

Implementation

List<T> get data {
  return creators() as List<T>;
}