Generates a string representation of the TextMessage.
TextMessage
@override String toString() { return 'TextMessage{id: $id , text: $text, tags: $tags}'; }