PublicUserInfo constructor

PublicUserInfo({
  1. String? userID,
  2. String? nickname,
  3. String? faceURL,
  4. int? appManagerLevel,
  5. String? ex,
})

Implementation

PublicUserInfo({
  this.userID,
  this.nickname,
  this.faceURL,
  this.appManagerLevel,
  this.ex,
});