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