IntersectionObserverEntryInit constructor
      
      IntersectionObserverEntryInit({ 
    
    
- DOMRectInit? boundingClientRect,
- num? intersectionRatio,
- DOMRectInit? intersectionRect,
- bool? isIntersecting,
- DOMRectInit? rootBounds,
- Element? target,
- num? time,
Implementation
factory IntersectionObserverEntryInit({
  _i3.DOMRectInit? boundingClientRect,
  _i2.num? intersectionRatio,
  _i3.DOMRectInit? intersectionRect,
  _i2.bool? isIntersecting,
  _i3.DOMRectInit? rootBounds,
  _i3.Element? target,
  _i2.num? time,
}) =>
    IntersectionObserverEntryInit._(
      boundingClientRect: boundingClientRect ?? _i6.undefined,
      intersectionRatio: intersectionRatio,
      intersectionRect: intersectionRect ?? _i6.undefined,
      isIntersecting: isIntersecting,
      rootBounds: rootBounds ?? _i6.undefined,
      target: target ?? _i6.undefined,
      time: time,
    );