ReceiptLine class
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