VulnerabilityVendor constructor
VulnerabilityVendor({})
Implementation
VulnerabilityVendor({
required this.name,
this.url,
this.vendorCreatedAt,
this.vendorSeverity,
this.vendorUpdatedAt,
});
VulnerabilityVendor({
required this.name,
this.url,
this.vendorCreatedAt,
this.vendorSeverity,
this.vendorUpdatedAt,
});