limit method
Sets the maximum number of documents returned.
Implementation
QueryReference<T> limit(int n) {
return _withSpec(_spec.copyWith(limit: n));
}
Sets the maximum number of documents returned.
QueryReference<T> limit(int n) {
return _withSpec(_spec.copyWith(limit: n));
}