AutomobileModel constructor
AutomobileModel({})
Implementation
AutomobileModel({
this.name,
this.model,
this.bodyType,
this.mileage,
this.engineInCC,
this.bhp,
this.transmission,
this.seatingCapacity,
this.fuelTankCapacity,
this.fuelType,
this.isTransmissionAutomatic,
});