items property

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

Implementation

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