certFile property

String? get certFile

Server certificate file.

@deprecated This option is deprecated and will be removed in a future release.

Implementation

_i2.String? get certFile => _i3.getProperty(
      this,
      'certFile',
    );
set certFile (String? value)

Implementation

set certFile(_i2.String? value) {
  _i3.setProperty(
    this,
    'certFile',
    value ?? _i6.undefined,
  );
}