end property

int get end

The end index of the slice.

Implementation

int get end => start + length;