snippetResult property

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

Snippeted attributes show parts of the matched attributes. Only returned when attributesToSnippet is non-empty.

Implementation

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