Actions.fromJson constructor

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

build this object from a Json map

Implementation

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