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