Actions.fromJson constructor

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

Implementation

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