Creates an action from a JSON object.
factory Action.fromJson(Map<String, dynamic> json) => _$ActionFromJson(json);