offset property
int
get
offset
Returns the offset to be taken according to page and page size.
Implementation
int get offset => size * number;
Returns the offset to be taken according to page and page size.
int get offset => size * number;