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