PosFeed class abstract

Implemented types

Constructors

PosFeed(int numberOfLines)
Creates ESC/POS commands for skipping numberOfLines lines
const
factory
PosFeed.reverse(int numberOfLines)
Creates ESC/POS commands for reverse feeding for numberOfLines lines (if supported by the printer)
const
factory

Properties

hashCode int
The hash code for this object.
no setterinherited
runtimeType Type
A representation of the runtime type of the object.
no setterinherited

Methods

generate(Generator generator) List<int>
Generates ESC/POS commands based on generator's CapabilityProfile, PaperSize, PosStyles, etc.
inherited
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