hostname property
      
      String
      get
      hostname
      
    
    
The hostname of the server to verify the certificate for, e.g. the server
that presented the serverCertificateChain.
Implementation
String get hostname => _wrapped.hostname;
      
      set
      hostname
      (String v) 
      
    
    
    
Implementation
set hostname(String v) {
  _wrapped.hostname = v;
}