isEnum property
bool
get
isEnum
Whether the option is an enumeration.
Implementation
bool get isEnum => type == ModuleOptionType.enumType;
Whether the option is an enumeration.
bool get isEnum => type == ModuleOptionType.enumType;