termLength property

  1. @Index()
int termLength

Term of the reading. Used for prioritising starts with matches.

Implementation

@Index()
int get termLength => term.length;