Generator class
Constructors
Properties
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