isInt function
Returns a IEskValidator that checks if the given value is a int
For better performance and readability, use the $isInt variable directly.
Implementation
IEskValidator isInt() => isType<int>();
Returns a IEskValidator that checks if the given value is a int
For better performance and readability, use the $isInt variable directly.
IEskValidator isInt() => isType<int>();