withGrossWeightInKilograms method - VehicleSpecificationTruckBuilder class - transport library - Dart API
withGrossWeightInKilograms
withGrossWeightInKilograms abstract method
- int grossWeightInKilograms
Sets the vehicle gross weight in kilograms.
grossWeightInKilogramsThe vehicle gross weight in kilograms.
Returns VehicleSpecificationTruckBuilder. The VehicleSpecificationTruckBuilder object with the gross weight set to the new value.
Implementation
VehicleSpecificationTruckBuilder withGrossWeightInKilograms(int grossWeightInKilograms);