groupId property

Object? get groupId

Implementation

Object? get groupId {
  return _cacheGroupId ??= _groupId ?? nPage.getGroupId(_id);
}