PartialTLSOptions constructor

PartialTLSOptions(
  1. {bool? isEnabled,
  2. bool? isEnforced,
  3. List<String>? caCertificates}
)

constructor.

Implementation

PartialTLSOptions({
  this.isEnabled,
  this.isEnforced,
  this.caCertificates,
});