menu
anyhow package
documentation
rust.dart
Cell<T>
Cell constructor
Cell 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 constructor
Cell class