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