endAtDocument method
Implementation
ColRef<T> endAtDocument(DocumentSnapshotForAll<T> documentSnapshot) {
_queryProperties.endAtDocument = documentSnapshot;
return _copyWithQuery;
}
ColRef<T> endAtDocument(DocumentSnapshotForAll<T> documentSnapshot) {
_queryProperties.endAtDocument = documentSnapshot;
return _copyWithQuery;
}