properties property

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

Implementation

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