WindowsDetail constructor
WindowsDetail({
- String? cpeUri,
- String? description,
- List<
KnowledgeBase> ? fixingKbs, - String? name,
Implementation
WindowsDetail({this.cpeUri, this.description, this.fixingKbs, this.name});