VisibleRange constructor

VisibleRange(
  1. int start,
  2. int end
)

Implementation

VisibleRange(this.start, this.end);