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