limit method Null safety
- int limit
Creates and returns a new Query that's additionally limited to only return up to the specified number of documents.
Implementation
Query<T> limit(int limit);
Creates and returns a new Query that's additionally limited to only return up to the specified number of documents.
Query<T> limit(int limit);