isRemovedByMe property
bool
get
isRemovedByMe
Implementation
bool get isRemovedByMe {
return removes.containsKey(me) && removes[me] == lastMessageId;
}
bool get isRemovedByMe {
return removes.containsKey(me) && removes[me] == lastMessageId;
}