highlightResult property

  1. @JsonKey(name: r'_highlightResult')
Map<String, dynamic>? highlightResult
final

Surround words that match the query with HTML tags for highlighting.

Implementation

@JsonKey(name: r'_highlightResult')
final Map<String, dynamic>? highlightResult;