UserEmail.unchecked constructor

const UserEmail.unchecked(
  1. String val
)

Creates an object without any validation.

Implementation

const factory UserEmail.unchecked(String val) = UserEmail._;