len method

int len()

Returns the length of the slice.

Implementation

int len() => _start - _end;