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