NullableOnceCell<T>.withValue constructor
NullableOnceCell<T>.withValue (
- T? _val
Implementation
NullableOnceCell.withValue(this._val) : _isSet = true;
NullableOnceCell.withValue(this._val) : _isSet = true;