SignupPromotion constructor
SignupPromotion({
- OneTimeCode? oneTimeCode,
- VanityCode? vanityCode,
Implementation
SignupPromotion({
this.oneTimeCode,
this.vanityCode,
});