ConstCell<T> constructor

const ConstCell<T>(
  1. T _val
)

Implementation

const ConstCell(this._val);