endBeforeDocument method

ColRef<T> endBeforeDocument(
  1. DocumentSnapshotForAll<T> documentSnapshot
)

Implementation

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