Range constructor

Range(
  1. double from,
  2. double to
)

Implementation

factory Range(core.double from, core.double to) => RangeImpl(from, to);