iceServers property
      
      Iterable<RTCIceServer> 
      get
      iceServers
      
    
    
    
Implementation
Iterable<RTCIceServer> get iceServers =>
    js_util.getProperty(this, 'iceServers');
      
      set
      iceServers
      (Iterable<RTCIceServer>  newValue) 
      
    
    
    
Implementation
set iceServers(Iterable<RTCIceServer> newValue) {
  js_util.setProperty(this, 'iceServers', newValue);
}