PreviewLabelModel class

Constructors

PreviewLabelModel({required String code, required String productName, required String price, required String companyName, required List<String> toppings, required String note, required String billDate, required int labelIndex, required int totalLabels})

Properties

billDate String
final
code String
final
companyName String
final
hashCode int
The hash code for this object.
no setterinherited
labelIndex int
final
note String
final
price String
final
productName String
final
runtimeType Type
A representation of the runtime type of the object.
no setterinherited
toppings List<String>
final
totalLabels int
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