ConstNullableLazyCell<T> constructor

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

Implementation

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