Period constructor

const Period({
  1. DateTime? end,
  2. DateTime? start,
})

Period

Implementation

const Period({
  this.end,
  this.start,
});