isType property
bool
get
isType
Whether this constant represents a type reference.
Implementation
bool get isType => this is ConstType;
Whether this constant represents a type reference.
bool get isType => this is ConstType;