xLoadData_apiCall property

(Future<List<K>?> Function()?) xLoadData_apiCall
getter/setter pair

Implementation

late Future<List<K>?> Function()? xLoadData_apiCall = () async => await List<K>.empty(growable: true);