isSymbol property
bool
get
isSymbol
Whether this constant represents a symbol.
Implementation
bool get isSymbol => this is ConstSymbol;
Whether this constant represents a symbol.
bool get isSymbol => this is ConstSymbol;