NexValidationsFunctions 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
-
isEmailValid(
String data) → bool -
Checks if the provided
data
is a valid email address. -
isEmpty(
String data) → bool -
Checks if the provided
data
is empty. -
isMaxLengthValid(
String data, {int? max}) → bool -
Checks if the length of the provided
data
exceeds the maximum length allowed. -
isMinLengthValid(
String data, {int? min}) → bool -
Checks if the length of the provided
data
meets the minimum length requirement. -
isNameValid(
String data) → bool -
Checks if the provided
data
contains any special characters or digits. -
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