menu
anyhow package
documentation
rust.dart
Cell<T>
Cell.new constructor
Cell.new constructor
dark_mode
light_mode
Cell<
T
>
constructor
Cell<
T
>
(
T
val
)
Implementation
Cell(T val) : _val = val;
anyhow package
documentation
rust
Cell<T>
Cell.new constructor
Cell class