core.Map<core.String, core.dynamic> toJson() { final messageId = this.messageId; final topicName = this.topicName; return {'messageId': ?messageId, 'topicName': ?topicName}; }