Generator constructor

Generator(
  1. int paperWidthMM,
  2. int charPerLine,
  3. CapabilityProfile _profile, {
  4. int spaceBetweenRows = 5,
  5. Codec codec = latin1,
  6. int fontTwoCharPerLine = 0,
})

Implementation

Generator(this.paperWidthMM, this.charPerLine, this._profile,
    {this.spaceBetweenRows = 5,
    this.codec = latin1,
    this.fontTwoCharPerLine = 0});