isBoolean property
bool
get
isBoolean
Whether the option uses the boolean data type.
Implementation
bool get isBoolean => type == 'boolean';
Whether the option uses the boolean data type.
bool get isBoolean => type == 'boolean';