[Super Group]2.3.0

This commit is contained in:
hrxiang
2022-08-03 17:30:40 +08:00
parent 18f099c437
commit 72111053bd
10 changed files with 98 additions and 6 deletions

View File

@@ -205,6 +205,16 @@ class GroupMembersInfo {
data['inviterUserID'] = this.inviterUserID;
return data;
}
@override
bool operator ==(Object other) =>
identical(this, other) ||
other is GroupMembersInfo &&
runtimeType == other.runtimeType &&
userID == other.userID;
@override
int get hashCode => userID.hashCode;
}
/// 群成员角色