V2TimUserFullInfo constructor

V2TimUserFullInfo(
  1. String userID,
  2. String nickName,
  3. String faceUrl,
  4. String selfSignature,
  5. int gender,
  6. int allowType,
  7. CustomInfo customInfo
)

Implementation

V2TimUserFullInfo(
  this.userID,
  this.nickName,
  this.faceUrl,
  this.selfSignature,
  this.gender,
  this.allowType,
  this.customInfo,
);