isSameAs method Null safety
- ChatMessage other
Implementation
bool isSameAs(ChatMessage other) =>
fromParticipantId == other.fromParticipantId && date == other.date && message == other.message;
bool isSameAs(ChatMessage other) =>
fromParticipantId == other.fromParticipantId && date == other.date && message == other.message;