menu
daily_flutter
daily_flutter
Device
Device.fromJson factory constructor
Device.fromJson
brightness_4
brightness_5
Device.fromJson
constructor
Device.fromJson
(
Map
<
String
,
dynamic
>
json
)
Implementation
factory Device.fromJson(Map<String, dynamic> json) => _$DeviceFromJson(json);
daily_flutter
daily_flutter
Device
Device.fromJson factory constructor
Device class
Constructors
Device
fromJson
Properties
copyWith
deviceId
groupId
hashCode
kind
label
runtimeType
Methods
noSuchMethod
toJson
toString
Operators
operator ==