isSymbol function

IEskValidator isSymbol()

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

Implementation

IEskValidator isSymbol() => isType<Symbol>();