Dart
dart:html
Element
outerHtml property
description
outerHtml property
String
outerHtml
Implementation
String
get
outerHtml => JS(
"String"
,
"#.outerHTML"
,
this
);