isSymbol property

bool get isSymbol

Whether this constant represents a symbol.

Implementation

bool get isSymbol => this is ConstSymbol;