DelegatingBox<T> constructor

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

Implementation

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