IntentAction.fromJson constructor

IntentAction.fromJson(
  1. Map<String, dynamic> json
)

Implementation

factory IntentAction.fromJson(Map<String, dynamic> json) =>
    _$IntentActionFromJson(json);