data property

List<T>? data

The result data.

Implementation

List<T>? get data => _data;