ValueCell<T>.value constructor
const
ValueCell<T>.value (
- T value
Create a value cell with a constant value
Implementation
const factory ValueCell.value(T value) = ConstantCell<T>;
Create a value cell with a constant value
const factory ValueCell.value(T value) = ConstantCell<T>;