Generator constructor

Generator(
  1. DrawConfig? drawConfig,
  2. Filler? filler
)

Implementation

Generator(this.drawConfig, this.filler)
    : assert(drawConfig != null),
      assert(filler != null);