toString method
Generates a string representation of the InteractionReceipt
.
Implementation
@override
String toString() {
return 'InteractionReceipt{messageId: $messageId, sender: $sender, receiverType: $receiverType, receiverId: $receiverId, interactions: $interactions}';
}