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