SignupPromotion constructor

SignupPromotion({
  1. OneTimeCode? oneTimeCode,
  2. VanityCode? vanityCode,
})

Implementation

SignupPromotion({this.oneTimeCode, this.vanityCode});