endAt property

int endAt

it is a position after last position Todo: Fix it with match with last position

Implementation

int get endAt => startAt + length;