DeviceInformationChangeError.unknown constructor
- Map<
String, dynamic> json
Unknown device information change error, handling not categorized error cases.
Params:
- json: contains the source for instance creation.
Implementation
factory DeviceInformationChangeError.unknown(
Map<String, dynamic> json,
) {
return DeviceInformationChangeUnknownError.fromJson(json);
}