isEnumValue property

bool get isEnumValue

Whether this constant represents an enum value.

Implementation

bool get isEnumValue => this is ConstEnumValue;