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