AsyncQueryResult<T>.pending constructor
Null safety
Creates the PendingResult, indicates the query hasn't started
Implementation
factory AsyncQueryResult.pending() => const _Pending();
Creates the PendingResult, indicates the query hasn't started
factory AsyncQueryResult.pending() => const _Pending();