Not documented.
Source
@DomName('DOMError.DOMError')
@DocsEditable()
factory DomError(String name, [String message]) {
return wrap_jso(_blink.BlinkDOMError.instance.constructorCallback_2_(name, message));
}
Not documented.
@DomName('DOMError.DOMError')
@DocsEditable()
factory DomError(String name, [String message]) {
return wrap_jso(_blink.BlinkDOMError.instance.constructorCallback_2_(name, message));
}