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