Range constructor

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

Default constructor.

Implementation

Range(this.start, this.end);