Validatior extension
- on
Methods
-
isLengthBetween(
int minLength, int maxLength) → bool -
Available on String, provided by the Validatior extension
-
isLengthEqual(
int length) → bool -
Available on String, provided by the Validatior extension
-
isLengthGreaterThan(
int length) → bool -
Available on String, provided by the Validatior extension
-
isLengthGreaterThanOrEqual(
int length) → bool -
Available on String, provided by the Validatior extension
-
isLengthLessThan(
int length) → bool -
Available on String, provided by the Validatior extension
-
isLengthLessThanOrEqual(
int length) → bool -
Available on String, provided by the Validatior extension
-
isNumeric(
) → bool -
Available on String, provided by the Validatior extension