groupId property

int? get groupId

The tab's new group.

Implementation

int? get groupId => _wrapped.groupId;
set groupId (int? v)

Implementation

set groupId(int? v) {
  _wrapped.groupId = v;
}