TripQuery class final
Owner-scoped bounded query for user-visible Trips.
Constructors
-
TripQuery({required TrackingOwner owner, int limit = 20, String? cursor, Set<
TripStatus> statuses = const <TripStatus>{}}) -
const
Properties
- cursor → String?
-
final
- hashCode → int
-
The hash code for this object.
no setterinherited
- limit → int
-
final
- owner → TrackingOwner
-
final
- runtimeType → Type
-
A representation of the runtime type of the object.
no setterinherited
-
statuses
→ Set<
TripStatus> -
final
Methods
-
noSuchMethod(
Invocation invocation) → dynamic -
Invoked when a nonexistent method or property is accessed.
inherited
-
toString(
) → String -
A string representation of this object.
inherited
Operators
-
operator ==(
Object other) → bool -
The equality operator.
inherited