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