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