This commit is contained in:
xianghr
2022-09-09 17:17:31 +08:00
parent a6aea5496a
commit cd06c3bb5a
10 changed files with 180 additions and 62 deletions

View File

@@ -219,7 +219,7 @@ class GroupMembersInfo {
@override
bool operator ==(Object other) =>
identical(this, other) ||
other is GroupMembersInfo &&
other is GroupMembersInfo &&
runtimeType == other.runtimeType &&
groupID == other.groupID &&
userID == other.userID;