Validator 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
-
equals(Object? value, Object? compareValue)
→ bool
-
-
isChecked(dynamic checker, List? list)
→ bool
-
-
isDigit(String? value)
→ bool
-
-
isInstance<T>(dynamic value, T instance)
→ bool
-
-
isLetter(String? value)
→ bool
-
-
isMatched(Object matcher, Object value)
→ bool
-
-
isMatchedList(List<String>? matchers, List<String>? values)
→ bool
-
-
isNumeric(String? value)
→ bool
-
-
isRank(double rating, double min)
→ bool
-
-
isValidDay(dynamic day)
→ bool
-
-
isValidDigit(String? value)
→ bool
-
-
isValidDigitWithLetter(String? value)
→ bool
-
-
isValidDigitWithPlus(String value)
→ bool
-
-
isValidEmail(String? email)
→ bool
-
-
isValidLetter(String? value)
→ bool
-
-
isValidList(List? list)
→ bool
-
-
isValidMonth(dynamic month)
→ bool
-
-
isValidObject(dynamic value)
→ bool
-
-
isValidPassword(String? password, [int minLength = 6])
→ bool
-
-
isValidPath(String? path)
→ bool
-
-
isValidPhone(String? phone)
→ bool
-
-
isValidRetypePassword(String? password, String? retypePassword)
→ bool
-
-
isValidSet<T>(Set? list)
→ bool
-
-
isValidString(String? value, {int maxLength = 0, int minLength = 0, RegExp? regs})
→ bool
-
-
isValidStrings(List<String> values, {int maxLength = 0, int minLength = 0, RegExp? regs})
→ bool
-
-
isValidWebURL(String? url)
→ bool
-
-
isValidYear(dynamic year, int requireAge)
→ bool
-