Range constructor

const Range(
  1. int initialValue, [
  2. int? finalValue
])

Implementation

const Range(this.initialValue, [this.finalValue]);