page property
int
get
page
Calculate the current page based on skip and take values.
Implementation
int get page => (skip ~/ take) + configuration.initialPage;
Calculate the current page based on skip and take values.
int get page => (skip ~/ take) + configuration.initialPage;