ZatcaQr constructor
ZatcaQr({})
Implementation
ZatcaQr({
required this.sellerName,
required this.sellerTRN,
required this.issueDateTime,
required this.invoiceHash,
required this.digitalSignature,
required this.publicKey,
required this.certificateSignature,
required this.invoiceData,
required this.xmlString,
});