data property

List<T>? data

~english The result data. ~end

~chinese 获取

Implementation

List<T>? get data => _data;