ExtensionSet extension

on

Methods

isLengthBetween(int minLength, int maxLength) bool
Checks if length of set is BETWEEN minLength to maxLength.
isLengthEqualTo(int maxLength) bool
Checks if length of set is EQUAL than maxLength.
isLengthGreaterOrEqual(int maxLength) bool
Checks if length of set is GREATER OR EQUAL to maxLength.
isLengthGreaterThan(int maxLength) bool
Checks if length of set is GREATER than maxLength.
isLengthLowerOrEqual(int maxLength) bool
Checks if length of set is LOWER OR EQUAL to maxLength.
isLengthLowerThan(int maxLength) bool
Checks if length of set is LOWER than maxLength.
isNull() bool
Checks if data is null.
isNullOrBlank() bool
Checks if data is null or Blank (Empty or only contains whitespace).