searchableAttributes property
Attributes used for searching, including determining if matches at the beginning of a word are important (ordered) or not (unordered).
Implementation
@JsonKey(name: r'searchableAttributes')
final List<String>? searchableAttributes;