attributeGroups property

List<AttributeGroup>? attributeGroups
getter/setter pair

Implementation

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