id property

int get id

The ID of the group. Group IDs are unique within a browser session.

Implementation

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

Implementation

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