OsConfigPatchDeploymentRecurringScheduleMonthlyWeekDayOfMonth constructor
const
OsConfigPatchDeploymentRecurringScheduleMonthlyWeekDayOfMonth({
- required TfArg<
num> weekOfMonth, - required OsConfigPatchDeploymentDayOfWeek dayOfWeek,
Implementation
const OsConfigPatchDeploymentRecurringScheduleMonthlyWeekDayOfMonth({
required this.weekOfMonth,
required this.dayOfWeek,
});