ValidationResult class
Resultado de validación usando Result Pattern
Proporciona respuestas claras sobre el éxito o falla de la validación
Properties
- errorMessage → String?
-
final
- hashCode → int
-
The hash code for this object.
no setterinherited
- isFailure → bool
-
Verifica si la validación falló
no setter
- isSuccess → bool
-
Verifica si la validación fue exitosa
no setter
- isValid → bool
-
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.
inherited
Operators
-
operator ==(
Object other) → bool -
The equality operator.
inherited
Static Methods
-
invalid(
String message) → ValidationResult - Crea un resultado fallido con mensaje personalizado
-
valid(
) → ValidationResult - Crea un resultado exitoso