ActionResult.fromJson constructor

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

Implementation

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