DatePeriod constructor

const DatePeriod(
  1. DateTime start,
  2. DateTime end
)

Implementation

const DatePeriod(this.start, this.end);