log method

void log (Object arg)

Implementation

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