PeriodStart constructor

PeriodStart({
  1. Date? date,
})

Implementation

PeriodStart({
  this.date,
});