sectionEnd property

int sectionEnd

Implementation

int get sectionEnd {
  int position = sectionBegin + numberItems - 1;
  if (isExistHeader) position++;
  if (isExistFooter) position++;
  return position;
}