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