NullableLazyCell<T>.constant constructor

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

Implementation

const factory NullableLazyCell.constant(T Function() func, Object id) =
    ConstNullableLazyCell;