menu
anyhow package
documentation
rust.dart
Cell$CellBoolExtension
not method
not method
dark_mode
light_mode
not
method
void
not
(
)
"!" on the inner bool value. e.g. val = !val;
Implementation
void not() { _val = !_val; }
anyhow package
documentation
rust
Cell$CellBoolExtension
not method
Cell$CellBoolExtension extension on
Cell
<
bool
>