FreezePeriod constructor

FreezePeriod({
  1. Date? endDate,
  2. Date? startDate,
})

Implementation

FreezePeriod({this.endDate, this.startDate});