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