items property

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

Implementation

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