AdeptController<T> mixin

Mixin Applications

Properties

canValidate bool
no setter
controllerValue → dynamic
no setter
error String?
getter/setter pair
focusNode FocusNode?
getter/setter pair
hasError bool
no setter
hashCode int
The hash code for this object.
no setterinherited
hasValidations bool
no setter
isEmpty bool
no setter
isNotEmpty bool
no setter
isValid bool
no setter
isValidationsDependencySatisfied bool
no setter
rawValue → T
no setter
runtimeType Type
A representation of the runtime type of the object.
no setterinherited
validationMessage String?
no setter
validations List<ValidationController>
getter/setter pair
validationsDependency ↔ BoolCallback?
getter/setter pair

Methods

clear() → void
clearError({bool notify = true}) → void
noSuchMethod(Invocation invocation) → dynamic
Invoked when a nonexistent method or property is accessed.
inherited
setError(String? error, {bool notify = true}) → void
toString() String
A string representation of this object.
inherited
validate({bool notify = true}) bool

Operators

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