data property

List<T> get data

The result data.

Implementation

List<T> get data => _data;