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