NullableOnceCell<T>.constant constructor

const NullableOnceCell<T>.constant(
  1. Object id
)

Implementation

const factory NullableOnceCell.constant(Object id) = ConstNullableOnceCell;