Computed<S, T> constructor
Computed<S, T> (
- T _closure(
- S state,
- T? previousValue
Implementation
Computed(this._closure);
Computed(this._closure);