snippetResult property

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

Snippets that show the context around a matching search query.

Implementation

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