isDouble function
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>();
Returns a IEskValidator that checks if the given value is a double
For better performance and readability, use the $isDouble variable directly.
IEskValidator isDouble() => isType<double>();