rect property
      
      DOMRectInit?
      get
      rect
      
    
    
    
Implementation
_i3.DOMRectInit? get rect => _i4.getProperty(
      this,
      'rect',
    );
      
      set
      rect
      (DOMRectInit? value) 
      
    
    
    
Implementation
set rect(_i3.DOMRectInit? value) {
  _i4.setProperty(
    this,
    'rect',
    value ?? _i6.undefined,
  );
}