menu
zatca_flutter package
documentation
model/xml/standard_invoice.dart
StandardInvoice
lines property
lines property
dark_mode
light_mode
lines
property
List
<
InvoiceLine
>
lines
final
The list of items (invoice lines) associated with the invoice.
Implementation
final List<InvoiceLine> lines;
zatca_flutter package
documentation
model/xml/standard_invoice
StandardInvoice
lines property
StandardInvoice class