isString function

IEskValidator isString()

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