DanfePrinter class
- Implemented types
Constructors
- DanfePrinter(PaperSize paperSize)
Properties
- hashCode → int
-
The hash code for this object.
no setterinherited
- paperSize → PaperSize
-
final
- runtimeType → Type
-
A representation of the runtime type of the object.
no setterinherited
Methods
-
bufferDanfe(
Danfe? danfe, {bool mostrarMoeda = true}) → Future< List< int> > -
Metodo que vai pegar o objeto Danfe e converter em esc/pos em um layout pre determinado
override
-
normativeJsonDanfe(
Danfe? danfe, {bool mostrarMoeda = true}) → String -
override
-
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