Generator class

Constructors

Generator()

Properties

byte List<int>
no setter
hashCode int
The hash code for this object.
no setterinherited
runtimeType Type
A representation of the runtime type of the object.
no setterinherited

Methods

addCls() → void
addDensity(Density value) → void
addDirection(Direction value) → void
addFeed(int dot) → void
addGap(int value) → void
addImage(Image image, {bool needGrayscale = false}) → void
addPrint(int count) → void
addReference(int x, int y) → void
addSize({required int width, required int height}) → void
addSound(int level, int interval) → void
addTear(Tear mode) → void
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