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