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