duration property

double duration

Implementation

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

Implementation

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