Range constructor

Range(
  1. double _from,
  2. double _to
)

Implementation

Range(this._from, this._to);