get method Null safety
override
Executes this statement and returns the result.
Implementation
@override
Future<List<D>> get() {
final ctx = constructQuery();
return _getRaw(ctx).then(_mapResponse);
}
Executes this statement and returns the result.
@override
Future<List<D>> get() {
final ctx = constructQuery();
return _getRaw(ctx).then(_mapResponse);
}