page property

int get page

get the page index

Implementation

int get page {
  return calcIndex(this.realIndex!);
}