Range.exact constructor

Range.exact(
  1. num? exact
)

Use Range.exact to get the exact Range(e.g 4)

Implementation

Range.exact(this.exact);