items property

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

Implementation

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