PreRegisterInfo constructor

PreRegisterInfo({
  1. String username = '',
  2. String phone = '',
  3. String? invitecode,
  4. String captcha = '',
})

Implementation

PreRegisterInfo({
  this.username = '',
  this.phone = '',
  this.invitecode,
  this.captcha = '',
});