length property Null safety

int length

Number of bytes in the range.

Implementation

int get length => (end - begin);