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