isEnum property

bool get isEnum

Whether the option is an enumeration.

Implementation

bool get isEnum => type == ModuleOptionType.enumType;