discountAllocations property

  1. @JsonKey.new(name: 'discount_allocations', includeIfNull: false, defaultValue: <ShopifySharpDiscountAllocation>[])
List<ShopifySharpDiscountAllocation>? discountAllocations
final

Implementation

@JsonKey(
  name: 'discount_allocations',
  includeIfNull: false,
  defaultValue: <ShopifySharpDiscountAllocation>[],
)
final List<ShopifySharpDiscountAllocation>? discountAllocations;