toJson method

Map<String, dynamic> toJson()

Implementation

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