group 方法

void group(
  1. Object? arg
)

实现

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