EndCursorModifier class

A modifier representing a end cursor query.

Constructors

EndCursorModifier.endAt(Object? value, String? key)
Creates a new endAt modifier with an optional key.
EndCursorModifier.endBefore(Object? value, String? key)
Creates a new endBefore modifier with an optional key.

Properties

hashCode int
The hash code for this object.
no setterinherited
key String?
An optional key for the cursor query.
finalinherited
name String
The modifier name, e.g. startAt, endBefore, limitToLast etc.
finalinherited
runtimeType Type
A representation of the runtime type of the object.
no setterinherited
value Object?
The value to identify what value the cursor should target.
finalinherited

Methods

noSuchMethod(Invocation invocation) → dynamic
Invoked when a nonexistent method or property is accessed.
inherited
toMap() Map<String, dynamic>
Converts the modifier into a serializable map.
inherited
toString() String
A string representation of this object.
inherited

Operators

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