SslPolicy constructor

SslPolicy({
  1. List<Cipher>? ciphers,
  2. String? name,
  3. List<String>? sslProtocols,
})

Implementation

SslPolicy({
  this.ciphers,
  this.name,
  this.sslProtocols,
});