DoubleRange constructor

DoubleRange(
  1. double start,
  2. double endInclusive
)

Implementation

DoubleRange(this.start, this.endInclusive);