totalSamplesDuration property

double totalSamplesDuration

Implementation

double get totalSamplesDuration =>
    js_util.getProperty(this, 'totalSamplesDuration');
void totalSamplesDuration=(double newValue)

Implementation

set totalSamplesDuration(double newValue) {
  js_util.setProperty(this, 'totalSamplesDuration', newValue);
}