items property

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

Implementation

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