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