items property

  1. @JsonKey.new(name: 'Items', includeIfNull: false, defaultValue: <WebApiModulesHomeControlsInvoiceCreationBatchInvoiceCreationBatch>[])
List<WebApiModulesHomeControlsInvoiceCreationBatchInvoiceCreationBatch>? items
final

Implementation

@JsonKey(name: 'Items', includeIfNull: false, defaultValue: <
    WebApiModulesHomeControlsInvoiceCreationBatchInvoiceCreationBatch>[])
final List<WebApiModulesHomeControlsInvoiceCreationBatchInvoiceCreationBatch>?
    items;