Operation.fromJson constructor

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

Creates an Operation from a JSON object.

Implementation

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