AppleCategoryType constructor

AppleCategoryType({
  1. int? id,
  2. String? categoryType,
})

Implementation

AppleCategoryType({
  this.id,
  this.categoryType,
});