Ranges constructor

Ranges(
  1. int start,
  2. int count
)

Implementation

Ranges(
  this.start,
  this.count
);