toString method

  1. @override
String toString()
override

Generates a string representation of the CustomMessage.

Implementation

@override
String toString() {
  return 'CustomMessage{id: $id, receiverUID: $receiverUid , receiverType: $receiverType subType: $subType, customData: $customData, tags: $tags, conversationText: $conversationText, updateConversation: $updateConversation, sendNotification: $sendNotification}';
}