items property

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

Implementation

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