Computed<T> constructor

Computed<T>(
  1. Map0<T> _callback
)

Implementation

Computed(this._callback) {
  _update();
}