length property

int length

Number of bytes in the range.

Implementation

int get length => (_end - _begin);