isLast property

bool isLast

Whether this line is the last line in the paragraph

Implementation

bool get isLast => metrics.lineNumber == length - 1;