ExtensionNum extension
- on
Methods
-
isEqualTo(
num compareTo) → bool -
Available on num, provided by the ExtensionNum extension
Checks if num data is EQUAL to compared one. -
isGreaterThan(
num compareTo) → bool -
Available on num, provided by the ExtensionNum extension
Checks if num data is GREATER than comparedTo. -
isLengthBetween(
int minLength, int maxLength) → bool -
Available on num, provided by the ExtensionNum extension
Checks if length of num is BETWEEN minLength to maxLength. -
isLengthEqualTo(
int maxLength) → bool -
Available on num, provided by the ExtensionNum extension
Checks if length of num is EQUAL than maxLength. -
isLengthGreaterOrEqual(
int maxLength) → bool -
Available on num, provided by the ExtensionNum extension
Checks if length of num is GREATER OR EQUAL to maxLength. -
isLengthGreaterThan(
int maxLength) → bool -
Available on num, provided by the ExtensionNum extension
Checks if length of num is GREATER than maxLength. -
isLengthLowerOrEqual(
int maxLength) → bool -
Available on num, provided by the ExtensionNum extension
Checks if length of num is LOWER OR EQUAL to maxLength. -
isLengthLowerThan(
int maxLength) → bool -
Available on num, provided by the ExtensionNum extension
Checks if length of num is LOWER than maxLength. -
isLowerThan(
num compareTo) → bool -
Available on num, provided by the ExtensionNum extension
Checks if num data is LOWER than comparedTo. -
isNull(
) → bool -
Available on num, provided by the ExtensionNum extension
Checks if data is null. -
isNullOrBlank(
) → bool -
Available on num, provided by the ExtensionNum extension
Checks if data is null or Blank (Empty or only contains whitespace).