trailerCount property - VehicleSpecification class - transport library - Dart API
trailerCount
trailerCount property
getter/setter pair
Defines number of trailers attached to the vehicle. The provided value must be in the range [0, 255]. By default, it is not set. When specifying VehicleSpecification.trailerAxleCount, then VehicleSpecification.trailerCount is required and must be greater than 0.
Implementation
int? trailerCount;