attributesToTransliterate property

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

Attributes, for which you want to support Japanese transliteration. Transliteration supports searching in any of the Japanese writing systems. To support transliteration, you must set the indexing language to Japanese. Attribute names are case-sensitive.

Implementation

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