FoValidators class

Constructors

FoValidators()

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

alpha(AbstractControl control) Map<String, String>?
alphaEn(AbstractControl control) Map<String, String>?
alphaNumeric(AbstractControl control) Map<String, String>?
alphaNumericEn(AbstractControl control) Map<String, String>?
email(AbstractControl control) Map<String, String>?
integer(AbstractControl control) Map<String, String>?
linkedInId(AbstractControl control) Map<String, String>?
metaDescription(AbstractControl control) Map<String, String>?
noWhiteSpace(AbstractControl control) Map<String, String>?
numeric(AbstractControl control) Map<String, String>?
phoneNumber(AbstractControl control) Map<String, String>?
url(AbstractControl control) Map<String, String>?
youtubeId(AbstractControl control) Map<String, String>?