highlightResult property

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

Show highlighted section and words matched on a query.

Implementation

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