AppValidators class

Constructors

AppValidators.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

confirmPasswordValidator(String? p1, String? p2) String?
emailValidator(String? email) String?
mobileNumberValidator(String? p1) String?
noSuchMethod(Invocation invocation) → dynamic
Invoked when a nonexistent method or property is accessed.
inherited
passwordValidator(String? p1) String?
toString() String
A string representation of this object.
inherited
valueValidator(String? val, String error) String?

Operators

operator ==(Object other) bool
The equality operator.
inherited

Static Methods

emailValidate(String value) bool