Dart
dart:html
Console
dirxml method
description
dirxml method
void
dirxml
(
Object
arg
)
Implementation
void
dirxml(
Object
arg) => _isConsoleDefined ? JS(
'void'
,
'window.console.dirxml(#)'
, arg) :
null
;