contains method

bool contains(
  1. int value
)

Implementation

bool contains(int value) => value >= start && value <= endInclusive;