menu
voyage package
documentation
model/vehicle/nearby_device.dart
Vehicle
Vehicle.new constructor
Vehicle.new constructor
dark_mode
light_mode
Vehicle
constructor
Vehicle
(
{
required
String
id
,
String
?
name
,
String
?
vehicleId
,
bool
isCarDevice
=
false
,
})
Implementation
Vehicle({ required this.id, this.name, this.vehicleId, this.isCarDevice = false, });
voyage package
documentation
model/vehicle/nearby_device
Vehicle
Vehicle.new constructor
Vehicle class