processingDuration property

double processingDuration

Implementation

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

Implementation

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