isInt function

IEskValidator isInt()

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>();