OsConfigPatchDeploymentRecurringScheduleWeekly constructor

const OsConfigPatchDeploymentRecurringScheduleWeekly({
  1. required OsConfigPatchDeploymentDayOfWeek dayOfWeek,
})

Implementation

const OsConfigPatchDeploymentRecurringScheduleWeekly({
  required this.dayOfWeek,
});