V2TimFriendInfo constructor

V2TimFriendInfo(
  1. String userID,
  2. String friendRemark,
  3. List<String> friendGroups,
  4. Map<String, String> friendCustomInfo,
  5. V2TimUserFullInfo userProfile
)

Implementation

V2TimFriendInfo(
  this.userID,
  this.friendRemark,
  this.friendGroups,
  this.friendCustomInfo,
  this.userProfile,
);