Generator constructor

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

Implementation

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