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