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