HighlightOptions constructor

HighlightOptions({
  1. String? type,
  2. int? numberOfFragments,
  3. int? fragmentSize,
  4. Map<String, HighlightField>? fields,
})

Implementation

HighlightOptions({
  this.type,
  this.numberOfFragments,
  this.fragmentSize,
  this.fields,
});