serverBoundCertificates property
      
      bool?
      get
      serverBoundCertificates
      
    
    
Server-bound certificates.
Implementation
bool? get serverBoundCertificates => _wrapped.serverBoundCertificates;
      
      set
      serverBoundCertificates
      (bool? v) 
      
    
    
    
Implementation
set serverBoundCertificates(bool? v) {
  _wrapped.serverBoundCertificates = v;
}