isEnumerated property

bool? isEnumerated

Whether this is an enum type.

Implementation

bool? get isEnumerated => enumerationMap != null;