VehicleTypeCondition enum

Type of commercial vehicle to which a regulation applies.

Values

truck → const VehicleTypeCondition

Standard truck.

trailer → const VehicleTypeCondition

Vehicle with trailer.

bus → const VehicleTypeCondition

Bus.

lineBus → const VehicleTypeCondition

Line bus for scheduled routes.

charterBus → const VehicleTypeCondition

Charter bus for private hire.

regionalLineBus → const VehicleTypeCondition

Regional line bus for regional routes.

tractorSemiTrailer → const VehicleTypeCondition

Tractor with semi-trailer.

semiTrailer → const VehicleTypeCondition

Semi-trailer.

semiTrailerIncPlantAndCar → const VehicleTypeCondition

Semi-trailer including plant and car.

semiTrailerTowingDolly → const VehicleTypeCondition

Semi-trailer towing a dolly.

refrigeratedSemiTrailer → const VehicleTypeCondition

Refrigerated semi-trailer.

aDouble → const VehicleTypeCondition

A-Double trailer configuration.

bDouble → const VehicleTypeCondition

B-Double trailer configuration.

cDouble → const VehicleTypeCondition

C-Double trailer configuration.

abTriple → const VehicleTypeCondition

AB-Triple trailer configuration.

bTriple → const VehicleTypeCondition

B-Triple trailer configuration.

rigidTruck → const VehicleTypeCondition

Rigid truck.

rigidAndDog → const VehicleTypeCondition

Rigid truck with dog trailer.

truckAndPig → const VehicleTypeCondition

Truck with pig trailer.

drawbar → const VehicleTypeCondition

Drawbar trailer.

Properties

hashCode → int
The hash code for this object.
no setterinherited
index → int
A numeric identifier for the enumerated value.
no setterinherited
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

Constants

values → const List<VehicleTypeCondition>
A constant List of the values in this enum, in order of their declaration.