OsConfigPatchDeploymentRecurringScheduleMonthly.weekDayOfMonth constructor

const OsConfigPatchDeploymentRecurringScheduleMonthly.weekDayOfMonth({
  1. required OsConfigPatchDeploymentRecurringScheduleMonthlyWeekDayOfMonth? weekDayOfMonth,
})

Implementation

const OsConfigPatchDeploymentRecurringScheduleMonthly.weekDayOfMonth({
  required this.weekDayOfMonth,
}) : monthDay = null;