data property

List<T> data
final

The required parameter that specifies the data source for the list.

Implementation

final List<T> data;