toString method
Generates a string representation of the MessageReceipt
.
Implementation
@override
String toString() {
return 'MessageReceipt{messageId: $messageId, sender: $sender, receivertype: $receiverType, receiverId: $receiverId, timestamp: $timestamp, receiptType: $receiptType, deliveredAt: $deliveredAt, readAt: $readAt}';
}