DateTimeRange constructor

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

Implementation

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