FetchSettings constructor
      
      FetchSettings({})
     
    
    
Implementation
FetchSettings({
  this.dayOfMonth,
  this.dayOfWeek,
  this.enabled,
  this.fetchUri,
  this.frequency,
  this.password,
  this.timeOfDay,
  this.timeZone,
  this.username,
});