create static method

EmailAddress create()

Implementation

@$core.pragma('dart2js:noInline')
static EmailAddress create() => EmailAddress._();