toJson method

Map<String, dynamic> toJson()

Implementation

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