totalSamplesReceived property

int totalSamplesReceived

Implementation

int get totalSamplesReceived =>
    js_util.getProperty(this, 'totalSamplesReceived');
void totalSamplesReceived=(int newValue)

Implementation

set totalSamplesReceived(int newValue) {
  js_util.setProperty(this, 'totalSamplesReceived', newValue);
}