groupCategoryOnly property

  1. @JsonKey(name: 'groupCategoryOnly')
bool? groupCategoryOnly
getter/setter pair

If true, this category is only used for grouping, and should not be evaluated with its own checks. Rather, the item only has this category if it has one of its child categories.

Implementation

@JsonKey(name:'groupCategoryOnly')
bool? groupCategoryOnly;