SuperValidation class

Inheritance
Implementers

Constructors

SuperValidation({ValidationFunc? validationFunc, String initalText = '', SuperValidationStore<String>? store})

Properties

hashCode int
The hash code for this object.
no setterinherited
initalText String
final
internalController StreamController<SuperValidationHelper>
latefinal
internalText String
getter/setter pair
internalTextFieldController StreamController<String>
final
internalValidation String?
getter/setter pair
isValid bool
no setterinherited
runtimeType Type
A representation of the runtime type of the object.
no setterinherited
store SuperValidationStore<String>?
finalinherited
stream Stream<String>
no setter
streamIsValid Stream<bool>
no setteroverride
streamValidation Stream<String?>
no setteroverride
streamValue Stream<String?>
no setteroverride
text String
getter/setter pair
textFieldStream Stream<String>
no setter
validation String?
getter/setter pairoverride
validationFunc ValidationFunc?
getter/setter pair
value String?
getter/setter pairoverride

Methods

clear({bool needValidation = false}) → void
controllerSetText(String text) → void
dispose() Future<void>
override
noSuchMethod(Invocation invocation) → dynamic
Invoked when a nonexistent method or property is accessed.
inherited
save() → void
inherited
toString() String
A string representation of this object.
inherited

Operators

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