items property

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

Implementation

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