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