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