bytesReceived property
      
      int
      get
      bytesReceived
      
    
    
    
Implementation
int get bytesReceived => js_util.getProperty(this, 'bytesReceived');
      
      set
      bytesReceived
      (int newValue) 
      
    
    
    
Implementation
set bytesReceived(int newValue) {
  js_util.setProperty(this, 'bytesReceived', newValue);
}