isBoolean property

bool get isBoolean

Whether the option is a boolean.

Implementation

bool get isBoolean => type == ModuleOptionType.bool;