length property

int get length

Number of bytes in the range.

Implementation

int get length => (_end - _begin);