menu
common_interface package
documentation
Models/DeviceInfoModel.dart
DeviceInfoModel
DeviceInfoModel.new constructor
DeviceInfoModel.new constructor
dark_mode
light_mode
DeviceInfoModel
constructor
DeviceInfoModel
(
{
String
?
uuid
,
String
?
name
,
String
?
type
,
String
?
version
,
})
Implementation
DeviceInfoModel({ this.uuid, this.name, this.type, this.version, });
common_interface package
documentation
Models/DeviceInfoModel
DeviceInfoModel
DeviceInfoModel.new constructor
DeviceInfoModel class