dirxml method Null safety

void dirxml(
  1. Object? arg
)

Implementation

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