PrintRow class

Constructors

PrintRow({bool? hr, bool? br, bool? bold, String? bmpBase64, bool? center, String? text1, String? label1, String? text2, String? label2, String? text3, String? label3, int? charsPerLine})
PrintRow.fromJson(Map<String, dynamic> json)
factory
PrintRow.fromRawJson(String str)
factory

Properties

bmpBase64 String?
final
bold bool?
final
br bool?
final
center bool?
final
charsPerLine int?
final
hashCode int
The hash code for this object.
no setterinherited
hr bool?
final
label1 String?
final
label2 String?
final
label3 String?
final
runtimeType Type
A representation of the runtime type of the object.
no setterinherited
text1 String?
final
text2 String?
final
text3 String?
final

Methods

noSuchMethod(Invocation invocation) → dynamic
Invoked when a nonexistent method or property is accessed.
inherited
toJson() Map<String, dynamic>
toRawJson() String
toString() String
A string representation of this object.
inherited

Operators

operator ==(Object other) bool
The equality operator.
inherited