IntRange constructor

const IntRange(
  1. int from,
  2. int length
)

Implementation

const IntRange(this.from, this.length);