isBoolean property

bool get isBoolean

Whether the option uses the boolean data type.

Implementation

bool get isBoolean => type == 'boolean';