LazyCell<T extends Object>.constant constructor

const LazyCell<T extends Object>.constant(
  1. T func(),
  2. Object id
)

Implementation

const factory LazyCell.constant(T Function() func, Object id) =
    ConstNonNullableLazyCell;