menu
adderlink package
documentation
adderlink.mapper.g.dart
DevicesMapper
fromMap method
fromMap method
dark_mode
light_mode
fromMap
method
Devices
fromMap
(
Map
<
String
,
dynamic
>
map
)
Implementation
p3.Devices fromMap(Map<String, dynamic> map) => p3.Devices(device: Mapper.i.$get(map, 'device'));
adderlink package
documentation
adderlink.mapper.g
DevicesMapper
fromMap method
DevicesMapper class