ActionData.fromJson constructor

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

Implementation

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