PageDocumentLinks constructor Null safety
Paging information for data responses.
Implementation
const PageDocumentLinks({
this.first,
this.next,
this.self,
});
Paging information for data responses.
const PageDocumentLinks({
this.first,
this.next,
this.self,
});