isEnumeratedValue property Null safety
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;