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