attributes property

  1. @JsonKey.new(name: 'attributes')
List<WooProductItemAttribute>? attributes
final

List of attributes.

Implementation

@JsonKey(name: 'attributes')
final List<WooProductItemAttribute>? attributes;