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