void timeEnd(String title) => _isConsoleDefined ? JS('void', 'window.console.timeEnd(#)', title) : null;