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