VehicleType constructor

const VehicleType(
  1. String? _name
)

Implementation

const VehicleType(this._name);