exhaustiveTypo property

  1. @JsonKey(name: r'exhaustiveTypo')
bool? exhaustiveTypo
final

Indicates whether the search for typos was exhaustive (exact) or approximate.

Implementation

@JsonKey(name: r'exhaustiveTypo')
final bool? exhaustiveTypo;