items property

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

Implementation

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