menu
flutter_nekoton_bridge package
documentation
nekoton/helpers/models/decoded_output.dart
DecodedOutput
toJson abstract method
toJson abstract method
dark_mode
light_mode
toJson
abstract method
Map
<
String
,
dynamic
>
toJson
(
)
inherited
Serializes this DecodedOutput to a JSON map.
Implementation
Map<String, dynamic> toJson();
flutter_nekoton_bridge package
documentation
nekoton/helpers/models/decoded_output
DecodedOutput
toJson abstract method
DecodedOutput class