ConstantGenerator<T> constructor

const ConstantGenerator<T>(
  1. T _value
)

Implementation

const ConstantGenerator(this._value);