items property

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

Implementation

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