OperationNotSupportedByBackend.fromJson constructor
- Map<
String, dynamic> json
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);
}