menu
adderlink package
documentation
adderlink.dart
DevicesMapper
fromJson static method
fromJson static method
dark_mode
light_mode
fromJson
static method
Devices
fromJson
(
String
json
)
Implementation
static Devices fromJson(String json) { return ensureInitialized().decodeJson<Devices>(json); }
adderlink package
documentation
adderlink
DevicesMapper
fromJson static method
DevicesMapper class