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