- DomName('DOMException.toString')
 - DocsEditable()
 
Returns a string representation of this object.
Source
@DomName('DOMException.toString')
@DocsEditable()
String toString() => "${_name}: $_message";
    Returns a string representation of this object.
@DomName('DOMException.toString')
@DocsEditable()
String toString() => "${_name}: $_message";