TlsConfigInput constructor
      
      TlsConfigInput({ 
    
    
- String? serverNameToVerify,
Implementation
TlsConfigInput({
  this.serverNameToVerify,
});TlsConfigInput({
  this.serverNameToVerify,
});