AsyncQueryResult<T> constructor
Null safety
Alias to AsyncQueryResult.pending
Implementation
factory AsyncQueryResult() = AsyncQueryResult.pending;
Alias to AsyncQueryResult.pending
factory AsyncQueryResult() = AsyncQueryResult.pending;