isSetAt method

bool isSetAt(
  1. int index
)

Implementation

bool isSetAt(int index) {
  return _stops.contains(index);
}