firstMatchedWord property

  1. @JsonKey(name: r'firstMatchedWord')
int firstMatchedWord
final

Position of the first matched word in the best matching attribute of the record.

Implementation

// minimum: 0
@JsonKey(name: r'firstMatchedWord')
final int firstMatchedWord;