restrictHighlightAndSnippetArrays property
Whether to restrict highlighting and snippeting to items that at least partially matched the search query. By default, all items are highlighted and snippeted.
Implementation
@JsonKey(name: r'restrictHighlightAndSnippetArrays')
final bool? restrictHighlightAndSnippetArrays;