refresh method

void refresh()

Force recomputation of the value

Implementation

void refresh() {
  _onDependencyChanged();
}