props property
override
The list of properties that will be used to determine whether two instances are equal.
Implementation
@override
List<Object?> get props => [
id,
avatar,
name,
members,
kind,
isHidden,
muted,
directLink,
createdAt,
updatedAt,
lastReads,
lastDelivery,
lastItem,
lastReadItem,
unreadCount,
totalCount,
ongoingCall,
favoritePosition,
ver,
$$typename
];