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