toJson method

Map<String, dynamic> toJson()

Implementation

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