QrDataModel class
Constructors
- QrDataModel({required String sellerName, required String sellerTRN, required String issueDate, required String invoiceHash, required String digitalSignature, required String publicKey, required String certificateSignature, required InvoiceData invoiceData})
Properties
- certificateSignature → String
-
final
- digitalSignature → String
-
final
- hashCode → int
-
The hash code for this object.
no setterinherited
- invoiceData → InvoiceData
-
final
- invoiceHash → String
-
final
- issueDate → String
-
final
- publicKey → String
-
final
- runtimeType → Type
-
A representation of the runtime type of the object.
no setterinherited
- sellerName → String
-
final
- sellerTRN → String
-
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