isEnhanced property
bool
get
isEnhanced
Whether this is an enhanced enum with properties.
Implementation
bool get isEnhanced => properties.isNotEmpty;
Whether this is an enhanced enum with properties.
bool get isEnhanced => properties.isNotEmpty;