data property

List<T>? get data

The data returned by the query.

Implementation

List<T>? get data => state.data;