PinChangeError.pinNotEnrolled constructor
- Map<
String, dynamic> json
An error that indicates that the specified user during a PIN change operation does not have an enrolled PIN.
Params:
- json: contains the source for instance creation.
Implementation
factory PinChangeError.pinNotEnrolled(Map<String, dynamic> json) {
return PinChangePinNotEnrolled.fromJson(json);
}