withHeightInCentimeters method - VehicleSpecificationTruckBuilder class - transport library - Dart API
withHeightInCentimeters
withHeightInCentimeters abstract method
- int heightInCentimeters
Sets the vehicle height in centimeters.
heightInCentimetersThe vehicle height in centimeters.
Returns VehicleSpecificationTruckBuilder. The VehicleSpecificationTruckBuilder object with the vehicle height set to the new value.
Implementation
VehicleSpecificationTruckBuilder withHeightInCentimeters(int heightInCentimeters);