DenyMaintenancePeriod constructor

DenyMaintenancePeriod({
  1. GoogleTypeDate? endDate,
  2. GoogleTypeDate? startDate,
  3. GoogleTypeTimeOfDay? time,
})

Implementation

DenyMaintenancePeriod({this.endDate, this.startDate, this.time});