PageDocumentLinks constructor Null safety
Links related to the response document, including paging links.
Implementation
const PageDocumentLinks({
this.first,
this.next,
this.self,
});
Links related to the response document, including paging links.
const PageDocumentLinks({
this.first,
this.next,
this.self,
});