Email class

Inheritance

Constructors

Email.new({String? name = 'email'})

Properties

hasChanges bool
Verifica si hay cambios comparando el valor actual con el inicial
no setterinherited
hashCode int
The hash code for this object.
no setterinherited
initial String
no setterinherited
isEmpty bool
no setterinherited
isNotEmpty bool
no setterinherited
isStandalone bool
finalinherited
name String
finalinherited
runtimeType Type
A representation of the runtime type of the object.
no setterinherited
value String
Propiedad value que retorna el contenido usando get()
getter/setter pairinherited

Methods

changes(Map<String, dynamic> changesMap) bool
inherited
compareTo(dynamic other) int
Compares this object to another object.
inherited
from(dynamic value) String
inherited
get() String
inherited
noSuchMethod(Invocation invocation) → dynamic
Invoked when a nonexistent method or property is accessed.
inherited
reset([dynamic value]) → void
inherited
set(dynamic value) → void
inherited
toString() String
A string representation of this object.
inherited

Operators

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