WeightPerAxleGroup class - transport library - Dart API
WeightPerAxleGroup
WeightPerAxleGroup class
Struct which defines the weight of the different axle groups of a vehicle.
The provided value must be greater or equal to 0.
Constructors
Properties
- hashCode → int
-
The hash code for this object.
no setter
- quadAxleGroupInKilograms ↔ int?
-
Quad axle group in kilograms.
By default, it is not set.
getter/setter pair
- quintAxleGroupInKilograms ↔ int?
-
Quint axle group in kilograms.
By default, it is not set.
getter/setter pair
- runtimeType → Type
-
A representation of the runtime type of the object.
no setterinherited
- singleAxleGroupInKilograms ↔ int?
-
Single axle group in kilograms.
By default, it is not set.
getter/setter pair
- tandemAxleGroupInKilograms ↔ int?
-
Tandem axle group in kilograms.
By default, it is not set.
getter/setter pair
- tripleAxleGroupInKilograms ↔ int?
-
Triple axle group in kilograms.
By default, it is not set.
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.