UserEmail.fromJson constructor

UserEmail.fromJson(
  1. String val
)

Constructs a UserEmail from the provided val.

Implementation

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