words property

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

Compound dictionary word declensions. If the entry already exists in Algolia's standard dictionary, you can override its behavior by adding it to the custom dictionary and setting its state to disabled.

Implementation

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