textIndexEnd property

int textIndexEnd
override

Index of the last text character

Implementation

int get textIndexEnd => textIndexStart + (body.length - 1);