items property

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

Implementation

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