menu
moyoung_ble_plugin package
documentation
impl/moyoung_beans.dart
ListBean
ListBean.fromJson factory constructor
ListBean.fromJson factory constructor
dark_mode
light_mode
ListBean.fromJson
constructor
ListBean.fromJson
(
Map
<
String
,
dynamic
>
json
)
Implementation
factory ListBean.fromJson(Map<String, dynamic> json) => ListBean( value: json["value"] ?? -1, );
moyoung_ble_plugin package
documentation
impl/moyoung_beans
ListBean
ListBean.fromJson factory constructor
ListBean class