ConstantCell<T> constructor

const ConstantCell<T>(
  1. T _value
)

Implementation

const ConstantCell(this._value);