factory DOMRectInit({ _i2.num? height, _i2.num? width, _i2.num? x, _i2.num? y, }) => DOMRectInit._( height: height, width: width, x: x, y: y, );