menu
rust_core package
documentation
cell.dart
ConstCell<T>
ConstCell.new const constructor
ConstCell.new const constructor
dark_mode
light_mode
ConstCell<
T
>
constructor
const
ConstCell<
T
>
(
T
_val
)
Implementation
const ConstCell(this._val);
rust_core package
documentation
cell
ConstCell<T>
ConstCell.new const constructor
ConstCell class