ignoreAccents property Null safety
Whether the index should ignore accents and diacritical marks.
The default is false
.
Implementation
bool get ignoreAccents;
Implementation
set ignoreAccents(bool value);
Whether the index should ignore accents and diacritical marks.
The default is false
.
bool get ignoreAccents;
set ignoreAccents(bool value);