Dart
dart:html
Console
dir method
dir
Dart
dart:html
Console
dir 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
dir
method
void
dir
(
Object
arg
)
Implementation
void dir(Object arg) => _isConsoleDefined ? JS('void', 'window.console.dir(#)', arg) : null;