menu
flutter_datawedge package
documentation
models/action_result.dart
ActionResult
ActionResult.fromJson factory constructor
ActionResult.fromJson factory constructor
dark_mode
light_mode
ActionResult.fromJson
constructor
ActionResult.fromJson
(
Map
<
String
,
dynamic
>
json
)
Implementation
factory ActionResult.fromJson(Map<String, dynamic> json) => _$ActionResultFromJson(json);
flutter_datawedge package
documentation
models/action_result
ActionResult
ActionResult.fromJson factory constructor
ActionResult class