On this page
DomPointReadOnly factory constructor
DomPointReadOnly(Source
@DomName('DOMPointReadOnly.DOMPointReadOnly')
@DocsEditable()
factory DomPointReadOnly(num x, num y, num z, num w) {
return _blink.BlinkDOMPointReadOnly.instance
.constructorCallback_4_(x, y, z, w);
}
© 2012 the Dart project authors
Licensed under the Creative Commons Attribution-ShareAlike License v4.0.
https://api.dartlang.org/stable/1.24.3/dart-html/DomPointReadOnly/DomPointReadOnly.html