Ticket constructor

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

Implementation

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