optionValueBoolean property
Represents a boolean option
Implementation
OptionValueBoolean? get optionValueBoolean {
if (this is OptionValueBoolean) {
return this as OptionValueBoolean;
}
return null;
}
Represents a boolean option
OptionValueBoolean? get optionValueBoolean {
if (this is OptionValueBoolean) {
return this as OptionValueBoolean;
}
return null;
}