isPubVehicle method

bool isPubVehicle()

Implementation

bool isPubVehicle() {
  return vehicleType == 1;
}