withWidthInCentimeters method - VehicleSpecificationTruckBuilder class - transport library - Dart API
withWidthInCentimeters
withWidthInCentimeters abstract method
- int widthInCentimeters
Sets the vehicle width in centimeters.
widthInCentimetersThe vehicle width in centimeters.
Returns VehicleSpecificationTruckBuilder. The VehicleSpecificationTruckBuilder object with the vehicle width set to the new value.
Implementation
VehicleSpecificationTruckBuilder withWidthInCentimeters(int widthInCentimeters);