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