OnceCell<T extends Object> constructor

OnceCell<T extends Object>([
  1. T? _val
])

Implementation

OnceCell([this._val]);