groupId property

int groupId

The ID of the group that the tab belongs to.

Implementation

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

Implementation

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