isEnumValue property
bool
get
isEnumValue
Whether this constant represents an enum value.
Implementation
bool get isEnumValue => this is ConstEnumValue;
Whether this constant represents an enum value.
bool get isEnumValue => this is ConstEnumValue;