lengthDistance property Null safety
Returns the absolute value of the difference in length between term and other.
The two strings are trimmed for the calculation of lengths.
Implementation
int get lengthDistance;
Returns the absolute value of the difference in length between term and other.
The two strings are trimmed for the calculation of lengths.
int get lengthDistance;