taxLines property

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

Implementation

@JsonKey(
  name: 'tax_lines',
  includeIfNull: false,
  defaultValue: <ShopifySharpTaxLine>[],
)
final List<ShopifySharpTaxLine>? taxLines;