Range constructor

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

Implementation

Range(this.from, this.to);