UserPassword.fromJson constructor

UserPassword.fromJson(
  1. String val
)

Constructs a UserPassword from the provided val.

Implementation

factory UserPassword.fromJson(String val) = UserPassword.unchecked;