box property
      
      ResizeObserverBoxOptions
      get
      box
      
    
    
    
Implementation
ResizeObserverBoxOptions get box =>
    ResizeObserverBoxOptions.fromValue(js_util.getProperty(this, 'box'));
      
      set
      box
      (ResizeObserverBoxOptions newValue) 
      
    
    
    
Implementation
set box(ResizeObserverBoxOptions newValue) {
  js_util.setProperty(this, 'box', newValue.value);
}