PaginationConfig constructor
const
PaginationConfig({})
Creates a new PaginationConfig
Implementation
const PaginationConfig({
this.maxPages = 10,
this.maxDepth = 5,
this.followPagination = true,
this.extractAllPages = true,
this.mergeContent = true,
this.validateLinks = true,
this.respectOrder = true,
});