ComputedValue<T> constructor

const ComputedValue<T>(
  1. T _get()
)

Implementation

const ComputedValue(this._get);