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