VanityCode constructor

VanityCode({
  1. String? promotionCode,
})

Implementation

VanityCode({
  this.promotionCode,
});