WindowsUpdateSettings constructor

WindowsUpdateSettings({
  1. List<String>? classifications,
  2. List<String>? excludes,
  3. List<String>? exclusivePatches,
})

Implementation

WindowsUpdateSettings({
  this.classifications,
  this.excludes,
  this.exclusivePatches,
});