isType property

bool get isType

Whether this constant represents a type reference.

Implementation

bool get isType => this is ConstType;