AppleQuantityType constructor

AppleQuantityType({
  1. int? id,
  2. String? quantityType,
})

Implementation

AppleQuantityType({
  this.id,
  this.quantityType,
});