end property Null safety

int end

The end index of the slice.

Implementation

int get end => start + length;