matchedWords property

  1. @JsonKey(name: r'matchedWords')
List<String> matchedWords
final

List of matched words from the search query.

Implementation

@JsonKey(name: r'matchedWords')
final List<String> matchedWords;