Computed<S, T> constructor

Computed<S, T>(
  1. T _closure(
    1. S state,
    2. T? previousValue
    )
)

Implementation

Computed(this._closure);