DateTimeRange constructor

DateTimeRange({
  1. PreciseDateTime? from,
  2. PreciseDateTime? to,
})

Implementation

DateTimeRange({this.from, this.to});