toJson method

Map<String, dynamic> toJson()

Implementation

core.Map<core.String, core.dynamic> toJson() => {
      if (additionalVariables != null)
        'additionalVariables': additionalVariables!,
      if (clientCertType != null) 'clientCertType': clientCertType!,
      if (isTlsMandatory != null) 'isTlsMandatory': isTlsMandatory!,
      if (serverCertType != null) 'serverCertType': serverCertType!,
      if (sslType != null) 'sslType': sslType!,
    };