Page.first constructor
const
Page.first({
- required int size,
Creates first page.
size
- the size of the page to be returned.
Implementation
const Page.first({
required int size,
}) : this(number: 0, size: size);