toJson method
Implementation
core.Map<core.String, core.dynamic> toJson() => {
if (mirrorConfig != null) 'mirrorConfig': mirrorConfig!,
if (name != null) 'name': name!,
if (pubsubConfigs != null) 'pubsubConfigs': pubsubConfigs!,
if (size != null) 'size': size!,
if (url != null) 'url': url!,
};