groupId property

int get groupId

The ID of the group that the tab belongs to.

Implementation

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

Implementation

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