Map<String, dynamic> toMap() { return <String, dynamic>{ 'senderNick': this.senderNick, 'content': this.content, 'userAccId': this.userAccId, }; }