Dart
dart:html
Console
dirxml method
dirxml
Dart
dart:html
Console
dirxml method
Console class
Properties
memory
hashCode
runtimeType
Methods
assertCondition
clear
count
debug
dir
dirxml
error
group
groupCollapsed
groupEnd
info
log
markTimeline
profile
profileEnd
table
time
timeEnd
timeStamp
trace
warn
noSuchMethod
toString
Operators
operator ==
description
dirxml
method
void
dirxml
(
Object
arg
)
Implementation
void dirxml(Object arg) => _isConsoleDefined ? JS('void', 'window.console.dirxml(#)', arg) : null;