indexOf method

int indexOf(
  1. CaretStop stop
)

Implementation

int indexOf(CaretStop stop) => stops.indexOf(stop);