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