NullableOnceCell<T>.withValue constructor

NullableOnceCell<T>.withValue(
  1. T? _val
)

Implementation

NullableOnceCell.withValue(this._val) : _isSet = true;