WindowsDetail constructor

WindowsDetail({
  1. String? cpeUri,
  2. String? description,
  3. List<KnowledgeBase>? fixingKbs,
  4. String? name,
})

Implementation

WindowsDetail({
  this.cpeUri,
  this.description,
  this.fixingKbs,
  this.name,
});