V2TimUserFullInfo constructor

V2TimUserFullInfo(
  1. String? userID,
  2. String? nickName,
  3. String? faceUrl,
  4. String? selfSignature,
  5. int? gender,
  6. int? allowType,
  7. Map<String, String>? customInfo,
  8. int? role,
  9. int? level,
)

Implementation

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