VehicleService class

Constructors

VehicleService({required TflApiClientContext context})
const

Properties

hashCode int
The hash code for this object.
no setterinherited
runtimeType Type
A representation of the runtime type of the object.
no setterinherited

Methods

getByPathIds(List<String> ids) Future<List<Prediction>>
Gets the predictions for a given list of vehicle Id's.
getEmissionsSurchargeComplianceByQueryVrm(String vrm) Future<VehicleMatch>
Gets the Emissions Surcharge compliance for the Vehicle
getUlezComplianceByQueryVrm(String vrm) Future<VehicleMatch>
Gets the Ulez Surcharge compliance for the Vehicle
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