isShortWord property

bool get isShortWord

Returns true if r1 is null and endsWithShortSyllable is true.

Implementation

bool get isShortWord => r1 == null && endsWithShortSyllable;