PaginationConfig constructor

const PaginationConfig({
  1. int maxPages = 10,
  2. int maxDepth = 5,
  3. bool followPagination = true,
  4. bool extractAllPages = true,
  5. bool mergeContent = true,
  6. bool validateLinks = true,
  7. bool respectOrder = true,
})

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,
});