CutPaper class abstract

Inheritance

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

Properties

data FutureOr<Uint8List>
no setteroverride
hashCode int
The hash code for this object.
no setterinherited
runtimeType Type
A representation of the runtime type of the object.
no setterinherited

Methods

noSuchMethod(Invocation invocation) → dynamic
Invoked when a nonexistent method or property is accessed.
inherited
toString() String
A string representation of this object.
inherited

Operators

operator ==(Object other) bool
The equality operator.
inherited