SuperValidationEnum<T> class

Inheritance

Constructors

SuperValidationEnum({SuperValidationEnumFunc<T>? validateFunc, SuperValidationStore<T>? store})

Properties

hashCode int
The hash code for this object.
no setterinherited
isValid bool
no setterinherited
runtimeType Type
A representation of the runtime type of the object.
no setterinherited
store SuperValidationStore<T>?
finalinherited
streamIsValid Stream<bool>
no setteroverride
streamValidation Stream<String?>
no setteroverride
streamValue Stream<T?>
no setteroverride
validateFunc SuperValidationEnumFunc<T>?
final
validation String?
getter/setter pairoverride
value ↔ T?
getter/setter pairoverride

Methods

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