matchedWords property

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

List of words from the query that matched the object.

Implementation

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