DoNotDisturbResponse constructor Null safety
Implementation
DoNotDisturbResponse({
required this.enabled,
this.startHour,
this.startMin,
this.endHour,
this.endMin,
this.timezone,
});
DoNotDisturbResponse({
required this.enabled,
this.startHour,
this.startMin,
this.endHour,
this.endMin,
this.timezone,
});