RefWatch constructor

RefWatch(
  1. ReckonCallback _reckon,
  2. HanderCallback _handler
)

Implementation

RefWatch(this._reckon, this._handler) {
  _watchCollector = WatchCollectFactory(this);
  _value = _excute();
}