V2TimFriendGroup constructor

V2TimFriendGroup({
  1. String? name,
  2. int? friendCount,
  3. List<String>? friendIDList,
})

Implementation

V2TimFriendGroup({
  this.name,
  this.friendCount,
  this.friendIDList,
});