attributeGroups property

  1. @JsonKey(name: 'attribute_groups', includeIfNull: false, toJson: JsonHelper.attributeGroupsToJson)
List<AttributeGroup>? attributeGroups
getter/setter pair

Implementation

@JsonKey(
    name: 'attribute_groups',
    includeIfNull: false,
    toJson: JsonHelper.attributeGroupsToJson)
List<AttributeGroup>? attributeGroups;