QueryModifiers class

Represents the available modifiers of a Query instance.

Constructors

QueryModifiers(List<QueryModifier> _modifiers)
Constructs a new QueryModifiers instance with a given modifier list.

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

end(EndCursorModifier modifier) QueryModifiers
Creates an end cursor modifier.
limit(LimitModifier modifier) QueryModifiers
Creates an limitTo modifier.
noSuchMethod(Invocation invocation) → dynamic
Invoked when a nonexistent method or property is accessed.
inherited
order(OrderModifier modifier) QueryModifiers
Creates an orderBy modifier.
start(StartCursorModifier modifier) QueryModifiers
Creates a start cursor modifier.
toIterable() Iterable<QueryModifier>
Returns the current ordered modifiers list.
toList() List<Map<String, Object?>>
Transforms the instance into an ordered serializable list.
toString() String
A string representation of this object.
inherited

Operators

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