items property

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

Implementation

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