items property

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

Implementation

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