endOffset property

int get endOffset

Implementation

int get endOffset => startOffset + (text?.length?? 1);