length property

int length
override

The length of this span, in characters.

Implementation

int get length => end.offset - start.offset;