list property

List<T> list
getter/setter pair

This list stores data fetched by a data provider or setted by other source

Implementation

abstract List<T> list;