isEnumeratedValue property Null safety

bool isEnumeratedValue

Whether or not this attribute is represented by a Dart enum.

Implementation

bool get isEnumeratedValue => enumerationValueMap.isNotEmpty;