RegisterInfo constructor

RegisterInfo({
  1. String role = '0',
  2. String passwd = '',
  3. String userId = '',
  4. String? r,
})

Implementation

RegisterInfo({
  this.role = '0',
  this.passwd = '',
  this.userId = '',
  this.r,
});