cell property
ValueCell<T>
get
cell
Create a constant cell with value equal to this
.
Implementation
ValueCell<T> get cell => ValueCell.value(this);
Create a constant cell with value equal to this
.
ValueCell<T> get cell => ValueCell.value(this);