isDouble function

IEskValidator isDouble()

Returns a IEskValidator that checks if the given value is a double For better performance and readability, use the $isDouble variable directly.

Implementation

IEskValidator isDouble() => isType<double>();