Generator constructor

Generator(
  1. PaperSize _paperSize,
  2. CapabilityProfile _profile, {
  3. int spaceBetweenRows = 5,
})

Implementation

Generator(this._paperSize, this._profile, {this.spaceBetweenRows = 5});