isCurrent property

bool get isCurrent

Implementation

bool get isCurrent {
  return identical(groupOwner, this);
}