menu
rust_core package
documentation
cell.dart
Cell<T>
set method
set method
dark_mode
light_mode
set
method
void
set
(
T
val
)
Sets the inner value to
val
.
Implementation
void set(T val) { _val = val; }
rust_core package
documentation
cell
Cell<T>
set method
Cell class