menu
rust_core package
documentation
cell.dart
Cell<T>
copy method
copy method
dark_mode
light_mode
copy
method
@
override
Cell
<
T
>
copy
(
)
override
Shallow copy of this
Cell
.
Implementation
@override Cell<T> copy() { return Cell(_val); }
rust_core package
documentation
cell
Cell<T>
copy method
Cell class