withTrailerAxleCount method - VehicleSpecificationTruckBuilder class - transport library - Dart API
withTrailerAxleCount
withTrailerAxleCount abstract method
- int trailerAxleCount
Sets the vehicle trailer axle count.
trailerAxleCountThe vehicle trailer axle count.
Returns VehicleSpecificationTruckBuilder. The VehicleSpecificationTruckBuilder object with the trailer axle count set to the new value.
Implementation
VehicleSpecificationTruckBuilder withTrailerAxleCount(int trailerAxleCount);