CollectionReferenceQuery<T> typedef
CollectionReferenceQuery<T> =
Query<T> Function(Query<T> collectionReference)
Implementation
typedef CollectionReferenceQuery<T> = Query<T> Function(
Query<T> collectionReference);