ConfirmableField<T, E extends BaseError> class abstract

Inheritance
Annotations
  • @immutable

Constructors

ConfirmableField({T? initialValue, T? initialOtherValue})
const
ConfirmableField.dirty({T? value, T? otherValue})
const

Properties

dirty bool
finalinherited
error → E?
no setterinherited
getError → E?
no setterinherited
getErrorString String?
no setterinherited
hashCode int
The hash code for this object.
no setteroverride
isEqual bool
no setter
isValid bool
no setterinherited
otherValue → T?
final
runtimeType Type
A representation of the runtime type of the object.
no setterinherited
value → T?
finalinherited

Methods

noSuchMethod(Invocation invocation) → dynamic
Invoked when a nonexistent method or property is accessed.
inherited
toString() String
A string representation of this object.
override
validate(T? value) Result<T>
inherited

Operators

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