ReceiptLine class

Constructors

ReceiptLine({int count = 1, bool useDashed = false})

Properties

count int
count to decide how much line without are used, empty or dashed line
final
hashCode int
The hash code for this object.
no setterinherited
html String
Get the tag of html, empty line use
and dashed line use
no setter
runtimeType Type
A representation of the runtime type of the object.
no setterinherited
useDashed bool
useDashed to use empty or dashed line style. Default value is false
final

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