AppleCategoryTypeClient constructor

AppleCategoryTypeClient({
  1. int? id,
  2. String? permissionType,
  3. AppleCategoryType? appleCategoryType,
})

Implementation

AppleCategoryTypeClient({
  this.id,
  this.permissionType,
  this.appleCategoryType,
});