Limit class

Limit the queried data to a given length.

Same as Query.limit. Look at firestore documentation for more.

Implemented types

Constructors

Limit(int _length)
Limit the queried data to a given length.

Properties

hashCode int
The hash code for this object.
no setterinherited
runtimeType Type
A representation of the runtime type of the object.
no setterinherited

Methods

noSuchMethod(Invocation invocation) → dynamic
Invoked when a nonexistent method or property is accessed.
inherited
toString() String
A string representation of this object.
inherited
transform(Query<Object?> q) → Query<Object?>
Override this method to implement the way you want to transform the given Query q.
override

Operators

operator ==(Object other) bool
The equality operator.
inherited