getCount method

int getCount()

Implementation

int getCount() {
  if (team != null) {
    return team!.memberCount;
  }
  return 0;
}