UDocSearchOptions constructor

const UDocSearchOptions({
  1. bool caseSensitive = false,
  2. bool wholeWord = false,
  3. bool regex = false,
  4. bool normalizePersian = true,
  5. int maxHits = 5000,
  6. int startPage = 0,
  7. int endPage = -1,
})

Implementation

const UDocSearchOptions({this.caseSensitive = false, this.wholeWord = false, this.regex = false, this.normalizePersian = true, this.maxHits = 5000, this.startPage = 0, this.endPage = -1});