Action.fromJson constructor

Action.fromJson(
  1. dynamic json
)

Creates an Action from a JSON object.

Returns: A new Action instance.

Implementation

factory Action.fromJson(dynamic json) => _$ActionFromJson(json);