AtomicValidators class
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
Static Methods
-
combine(List<String? Function(String?)> validators)
→ String? Function(String?)
-
-
email(String? value, [String? message])
→ String?
-
-
maxLength(String? value, int maxLength, [String? message])
→ String?
-
-
minLength(String? value, int minLength, [String? message])
→ String?
-
-
numeric(String? value, [String? message])
→ String?
-
-
password(String? value, {int minLength = 8, bool requireUppercase = true, bool requireLowercase = true, bool requireNumbers = true, bool requireSpecialChars = false, String? message})
→ String?
-
-
phone(String? value, [String? message])
→ String?
-
-
required(String? value, [String? message])
→ String?
-
-
url(String? value, [String? message])
→ String?
-