ItemReplacement constructor

ItemReplacement({
  1. String? basePlanId,
  2. String? offerId,
  3. String? productId,
  4. String? replacementMode,
})

Implementation

ItemReplacement({
  this.basePlanId,
  this.offerId,
  this.productId,
  this.replacementMode,
});