- @DomName('DOMException.toString')
- @DocsEditable()
Returns the result of the JavaScript objects toString method.
Source
@DomName('DOMException.toString')
@DocsEditable()
String toString() => "${_name}: $_message";
Returns the result of the JavaScript objects toString method.
@DomName('DOMException.toString')
@DocsEditable()
String toString() => "${_name}: $_message";