serverCertificate property

String? serverCertificate
final

REQUIRED if mode is TlsMode.simple or TlsMode.mutual. The path to the file holding the server-side TLS certificate to use.

Implementation

final String? serverCertificate;