Validatable<V, E extends ValidationError> class
abstract
- Implementers
- Available extensions
- Annotations
-
- @immutable
Constructors
Properties
-
error
→ Option<
E> -
Available on Validatable<
V, E> , provided by the ValidatableExtension extensionno setter - errorOrNull → E?
-
Available on Validatable<
V, E> , provided by the ValidatableExtension extensionno setter - hashCode → int
-
The hash code for this object.
no setterinherited
- isPristine → bool
-
If the Validatable is in pristine state (hasn't been touched/modified).
no setter
- isValid → bool
-
Available on Validatable<
V, E> , provided by the ValidatableExtension extensionno setter -
result
→ Either<
E, V> -
no setter
- resultOrNull → V?
-
Available on Validatable<
V, E> , provided by the ValidatableExtension extensionno setter - 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