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