items property

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

Implementation

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