ZypperSettings constructor

ZypperSettings({
  1. List<String>? categories,
  2. List<String>? excludes,
  3. List<String>? exclusivePatches,
  4. List<String>? severities,
  5. bool? withOptional,
  6. bool? withUpdate,
})

Implementation

ZypperSettings({
  this.categories,
  this.excludes,
  this.exclusivePatches,
  this.severities,
  this.withOptional,
  this.withUpdate,
});