Task extension type
- on
- Implemented types
- Available extensions
Constructors
-
Task({JSObject attributes, String name, JSArray<
VehicleJourneySegment> remainingVehicleJourneySegments, String status, String type, Date? estimatedCompletionTime, VehicleLocationUpdate? latestVehicleLocationUpdate, String? outcome, LatLngLiteral? outcomeLocation, String? outcomeLocationSource, Date? outcomeTime, LatLngLiteral? plannedLocation, TimeWindow? targetTimeWindow, String? trackingId, String? vehicleId})
Properties
- attributes ↔ JSObject
-
getter/setter pair
- estimatedCompletionTime ↔ Date?
-
getter/setter pair
- hashCode → int
-
The hash code for this object.
no setterinherited
- latestVehicleLocationUpdate ↔ VehicleLocationUpdate?
-
getter/setter pair
- name ↔ String
-
getter/setter pair
- outcome ↔ String?
-
getter/setter pair
- outcomeLocation ↔ LatLngLiteral?
-
getter/setter pair
- outcomeLocationSource ↔ String?
-
getter/setter pair
- outcomeTime ↔ Date?
-
getter/setter pair
- plannedLocation ↔ LatLngLiteral?
-
getter/setter pair
-
remainingVehicleJourneySegments
↔ List<
VehicleJourneySegment> -
getter/setter pair
- runtimeType → Type
-
A representation of the runtime type of the object.
no setterinherited
- status ↔ String
-
getter/setter pair
- targetTimeWindow ↔ TimeWindow?
-
getter/setter pair
- trackingId ↔ String?
-
getter/setter pair
- type ↔ String
-
getter/setter pair
- vehicleId ↔ String?
-
getter/setter pair
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