Email class

An email address.

See:

Properties

domain String
final
hashCode int
The hash code for this object.
no setterinherited
localPart String
final
runtimeType Type
A representation of the runtime type of the object.
no setterinherited

Methods

noSuchMethod(Invocation invocation) → dynamic
Invoked when a nonexistent method or property is accessed.
inherited
toString() String
A string representation of this object.
override
toUri() Uri

Operators

operator ==(Object other) bool
The equality operator.
inherited

Static Methods

isValid(String value) bool
tryParse(String input, {int maxInputLength = 30}) Email?
Parse input, returning a valid email address.