IterableConstructorGenerator constructor

const IterableConstructorGenerator(
  1. ConstructorGenerator _generator, {
  2. bool isNullable = false,
})

Implementation

const IterableConstructorGenerator(
  this._generator, {
  bool isNullable = false,
}) : _isNullable = isNullable;