ComputedMutableValue<T> constructor

const ComputedMutableValue<T>(
  1. T _get(),
  2. void _set(
    1. T
    )
)

Implementation

const ComputedMutableValue(this._get, this._set);