DomRectReadOnly(num x, num y, num width, num height)

Source

@DomName('DOMRectReadOnly.DOMRectReadOnly')
@DocsEditable()
factory DomRectReadOnly(num x, num y, num width, num height) {
  return DomRectReadOnly._create_1(x, y, width, height);
}