data property

List<T> get data

~english The result data. ~end

~chinese 获取

Implementation

List<T> get data => _data;