UserInfo constructor

UserInfo({
  1. String? userID,
  2. String? nickname,
  3. String? faceURL,
  4. int? appMangerLevel,
  5. String? ex,
  6. int? createTime,
  7. String? remark,
  8. int? globalRecvMsgOpt,
})

Implementation

UserInfo({
  this.userID,
  this.nickname,
  this.faceURL,
  this.appMangerLevel,
  this.ex,
  this.createTime,
  this.remark,
  this.globalRecvMsgOpt,
});