PosCut constructor

const PosCut({
  1. PosCutMode mode,
})

Creates ESC/POS commands for cutting the paper

mode is used to define the full or partial cut (if supported by the priner). defaults to PosCutMode.full

Implementation

const factory PosCut({
  PosCutMode mode,
}) = _PosCut;