noteAttributes property

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

Implementation

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