PinChangeRecoverableError.fromJson constructor
Alternate constructor to create a PinChangeRecoverableError from json.
Params:
- json: contains the source for instance creation.
Implementation
factory PinChangeRecoverableError.fromJson(Map<String, dynamic> json) {
return const PinChangeRecoverableErrorConverter().fromJson(json);
}