disableTypoToleranceOnWords property
Creates a list of words which require exact matches. This also turns off word splitting and concatenation for the specified words.
Implementation
@JsonKey(name: r'disableTypoToleranceOnWords')
final List<String>? disableTypoToleranceOnWords;