items property

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

Implementation

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