OperationServerCanceledOperation.fromJson constructor
Alternate constructor that creates an OperationServerCanceledOperation from a json.
Params:
- json: contains the source for instance creation.
Implementation
factory OperationServerCanceledOperation.fromJson(
Map<String, dynamic> json,
) {
return OperationServerCanceledOperationImpl.fromJson(json);
}