ExtendedValidation class

Constructors

ExtendedValidation.new()

Properties

hashCode int
The hash code for this object.
no setterinherited
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

Static Methods

createTask(String value, List<ExtendedValidator> validators) → dynamic
Creates a cancelable future.
valdiator({required String value, required List<ExtendedValidator>? validators}) Future<ExtendedValidatorResult>
Will return null if the validators passed are empty or if the validators check out as valid. Otherwise, if a validator does not qualify, will return a ExtendedValidatorResult.