withLastCharacterOfLicensePlate method - VehicleSpecificationTruckBuilder class - transport library - Dart API
withLastCharacterOfLicensePlate
withLastCharacterOfLicensePlate abstract method
- String lastCharacterOfLicensePlate
Sets the vehicle last character of the license plate.
lastCharacterOfLicensePlateThe vehicle last character of the license plate.
Returns VehicleSpecificationTruckBuilder. The VehicleSpecificationTruckBuilder object with the last character of the licence plate set to the new value.
Implementation
VehicleSpecificationTruckBuilder withLastCharacterOfLicensePlate(String lastCharacterOfLicensePlate);