groupEnd method

void groupEnd ()

Implementation

void groupEnd() =>
    _isConsoleDefined ? JS('void', 'window.console.groupEnd()') : null;