toJson method
Implementation
core.Map<core.String, core.dynamic> toJson() => {
if (clientCert != null) 'clientCert': clientCert!.toJson(),
if (kind != null) 'kind': kind!,
if (operation != null) 'operation': operation!.toJson(),
if (serverCaCert != null) 'serverCaCert': serverCaCert!.toJson(),
};