DataSourceRefreshMonthlySchedule constructor

DataSourceRefreshMonthlySchedule({
  1. List<int>? daysOfMonth,
  2. TimeOfDay? startTime,
})

Implementation

DataSourceRefreshMonthlySchedule({
  this.daysOfMonth,
  this.startTime,
});