menu
anyhow package
documentation
rust.dart
Cell$CellIntExtension
dec method
dec method
dark_mode
light_mode
dec
method
void
dec
(
)
Decrement
Implementation
void dec() { _val = _val - 1; }
anyhow package
documentation
rust
Cell$CellIntExtension
dec method
Cell$CellIntExtension extension on
Cell
<
int
>