toSymbolValue abstract method
Return a string corresponding to the value of the object being represented,
or null
if
- this object is not of type 'Symbol', or
- the value of the object being represented is
null
.
Implementation
String? toSymbolValue();