DelegatingBox<T> constructor
const
DelegatingBox<T> (
- T _get(),
- void _set(
- T
Implementation
const DelegatingBox(this._get, this._set);
const DelegatingBox(this._get, this._set);