DeliveryVehicle extension type

on
Implemented types
Available extensions

Constructors

DeliveryVehicle({JSObject attributes, String name, String navigationStatus, num remainingDistanceMeters, JSArray<VehicleJourneySegment> remainingVehicleJourneySegments, LatLngLiteral? currentRouteSegmentEndPoint, VehicleLocationUpdate? latestVehicleLocationUpdate, num? remainingDurationMillis})

Properties

attributes JSObject
getter/setter pair
currentRouteSegmentEndPoint LatLngLiteral?
getter/setter pair
hashCode int
The hash code for this object.
no setterinherited
latestVehicleLocationUpdate VehicleLocationUpdate?
getter/setter pair
name String
getter/setter pair
getter/setter pair
remainingDistanceMeters num
getter/setter pair
remainingDurationMillis num?
getter/setter pair
remainingVehicleJourneySegments List<VehicleJourneySegment>
getter/setter pair
runtimeType Type
A representation of the runtime type of the object.
no setterinherited

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