withTiresCount method - VehicleSpecificationTruckBuilder class - transport library - Dart API
withTiresCount
withTiresCount abstract method
- int tiresCount
Sets the vehicle tires count.
tiresCountThe vehicle tires count.
Returns VehicleSpecificationTruckBuilder. The VehicleSpecificationTruckBuilder object with the vehicle tires count set to the new value.
Implementation
VehicleSpecificationTruckBuilder withTiresCount(int tiresCount);