Validators class
Constructors
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
-
customRegexValidator(
String? value, String pattern, String errorMessage) → String? -
dateValidator(
String? value) → String? -
emailValidator(
String? value) → String? -
matchValidator(
String? value, String? compareTo) → String? -
maxLengthValidator(
String? value, int maxLength) → String? -
minLengthValidator(
String? value, int minLength) → String? -
numberValidator(
String? value) → String? -
passwordValidator(
String? value) → String? -
phoneValidator(
String? value) → String? -
requiredValidator(
String? value) → String? -
urlValidator(
String? value) → String?