value property

T value

The current value, if value called in a computed context, it will set Computed is depend on this

Implementation

T get value {
  _addDepend(this);
  return peek;
}