V2TimFriendInfo constructor

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

Implementation

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