RecrawlPolicy constructor

RecrawlPolicy({
  1. RecrawlBehavior? recrawlBehavior,
})

Implementation

RecrawlPolicy({
  this.recrawlBehavior,
});