ConstNonNullableLazyCell<T extends Object> constructor

const ConstNonNullableLazyCell<T extends Object>(
  1. T _func(),
  2. Object id
)

Implementation

const ConstNonNullableLazyCell(this._func, this.id);