UserEmail.unchecked constructor
- String val
Creates an object without any validation.
Implementation
const factory UserEmail.unchecked(String val) = UserEmail._;
Creates an object without any validation.
const factory UserEmail.unchecked(String val) = UserEmail._;