refunds property

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

Implementation

@JsonKey(
  name: 'refunds',
  includeIfNull: false,
  defaultValue: <ShopifySharpRefund>[],
)
final List<ShopifySharpRefund>? refunds;