isEnumeratedValue property
bool
get
isEnumeratedValue
Whether or not this attribute is represented by a Dart enum.
Implementation
bool get isEnumeratedValue => enumerationValueMap.isNotEmpty;
Whether or not this attribute is represented by a Dart enum.
bool get isEnumeratedValue => enumerationValueMap.isNotEmpty;