OsConfigPatchDeploymentRecurringScheduleMonthly.weekDayOfMonth constructor
const
OsConfigPatchDeploymentRecurringScheduleMonthly.weekDayOfMonth({
- required OsConfigPatchDeploymentRecurringScheduleMonthlyWeekDayOfMonth? weekDayOfMonth,
Implementation
const OsConfigPatchDeploymentRecurringScheduleMonthly.weekDayOfMonth({
required this.weekDayOfMonth,
}) : monthDay = null;