TaskTrackingInfo extension type
- on
- Implemented types
- Available extensions
Constructors
-
TaskTrackingInfo({JSObject attributes, String name, String trackingId, Date? estimatedArrivalTime, Date? estimatedTaskCompletionTime, VehicleLocationUpdate? latestVehicleLocationUpdate, LatLng? plannedLocation, num? remainingDrivingDistanceMeters, num? remainingStopCount, JSArray<
LatLng> ? routePolylinePoints, String? state, TimeWindow? targetTimeWindow, String? taskOutcome, Date? taskOutcomeTime})
Properties
- attributes ↔ JSObject
-
getter/setter pair
- estimatedArrivalTime ↔ Date?
-
getter/setter pair
- estimatedTaskCompletionTime ↔ Date?
-
getter/setter pair
- hashCode → int
-
The hash code for this object.
no setterinherited
- latestVehicleLocationUpdate ↔ VehicleLocationUpdate?
-
getter/setter pair
- name ↔ String
-
getter/setter pair
- plannedLocation ↔ LatLng?
-
getter/setter pair
- remainingDrivingDistanceMeters ↔ num?
-
getter/setter pair
- remainingStopCount ↔ num?
-
getter/setter pair
-
routePolylinePoints
↔ List<
LatLng> ? -
getter/setter pair
- runtimeType → Type
-
A representation of the runtime type of the object.
no setterinherited
- state ↔ String?
-
getter/setter pair
- targetTimeWindow ↔ TimeWindow?
-
getter/setter pair
- taskOutcome ↔ String?
-
getter/setter pair
- taskOutcomeTime ↔ Date?
-
getter/setter pair
- trackingId ↔ 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