items property

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

Implementation

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