Constructors
CutPaper ()
const
CutPaper.functionA ({CuttingShape cuttingShape })
Cuts the paper and specify it's CuttingShape .
const
factory
CutPaper.functionB ({CuttingShape cuttingShape , required int n })
Feeds paper to cutting position + (n × vertical motion unit) and executes paper cut.
const
factory
CutPaper.functionC ({CuttingShape cuttingShape , required int n })
Preset cutting position + (n × vertical motion unit) to the paper cutting position, and executes paper cut when it reaches the autocutter position after printing and feeding
const
factory
CutPaper.functionD ({CuttingShape cuttingShape , required int n })
Feeds paper to cutting position + (n × vertical motion unit) and executes paper cut, then moves paper to the print start position by reverse feeding.
const
factory
Methods
noSuchMethod (Invocation invocation )
→ dynamic
Invoked when a nonexistent method or property is accessed.
inherited
toString ()
→ String
A string representation of this object.
inherited