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