DenyMaintenancePeriod constructor
DenyMaintenancePeriod({
- GoogleTypeDate? endDate,
- GoogleTypeDate? startDate,
- GoogleTypeTimeOfDay? time,
Implementation
DenyMaintenancePeriod({this.endDate, this.startDate, this.time});