shippingLines property
- @JsonKey.new(name: 'shipping_lines', includeIfNull: false, defaultValue: <ShopifySharpShippingLine>[])
final
Implementation
@JsonKey(
name: 'shipping_lines',
includeIfNull: false,
defaultValue: <ShopifySharpShippingLine>[],
)
final List<ShopifySharpShippingLine>? shippingLines;