items property

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

Implementation

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