getData property

Future<List<T>> Function() getData
final

The function to get list data.

Implementation

final Future<List<T>> Function() getData;