menu
flutter_nekoton_bridge package
documentation
nekoton/helpers/models/decoded_event.dart
DecodedEvent
DecodedEvent.fromJson factory constructor
DecodedEvent.fromJson factory constructor
dark_mode
light_mode
DecodedEvent.fromJson
constructor
DecodedEvent.fromJson
(
Map
<
String
,
dynamic
>
json
)
Implementation
factory DecodedEvent.fromJson(Map<String, dynamic> json) => _$DecodedEventFromJson(json);
flutter_nekoton_bridge package
documentation
nekoton/helpers/models/decoded_event
DecodedEvent
DecodedEvent.fromJson factory constructor
DecodedEvent class