data property

List<T> get data

获取 泛型数据。

Implementation

List<T> get data => _data;