ConstNonNullableLazyCell<T extends Object> constructor
const
ConstNonNullableLazyCell<T extends Object> (
- T _func(),
- Object id
Implementation
const ConstNonNullableLazyCell(this._func, this.id);