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