pageIndex property

int pageIndex

Implementation

int get pageIndex {
  return page?.toInt() ?? 0;
}