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