menu
gem_kit
routing.dart
MotorVehicleProfile
MotorVehicleProfile constructor
MotorVehicleProfile
dark_mode
light_mode
MotorVehicleProfile
constructor
MotorVehicleProfile
(
{
int
mass
=
0
,
double
maxSpeed
=
0
,
FuelType
fuel
=
FuelType.petrol
,
})
Implementation
MotorVehicleProfile({ this.mass = 0, this.maxSpeed = 0, this.fuel = FuelType.petrol, });
gem_kit
routing
MotorVehicleProfile
MotorVehicleProfile constructor
MotorVehicleProfile class