UserPassword.fromJson constructor
- String val
Constructs a UserPassword from the provided val
.
Implementation
factory UserPassword.fromJson(String val) = UserPassword.unchecked;
Constructs a UserPassword from the provided val
.
factory UserPassword.fromJson(String val) = UserPassword.unchecked;