items property

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

Implementation

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