items property

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

Implementation

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