isBoolean property
bool
get
isBoolean
Whether the option is a boolean.
Implementation
bool get isBoolean => type == ModuleOptionType.bool;
Whether the option is a boolean.
bool get isBoolean => type == ModuleOptionType.bool;