AttackVectorDescription constructor
      
      AttackVectorDescription({ 
    
    
- required String vectorType,
 
Implementation
AttackVectorDescription({
  required this.vectorType,
});
AttackVectorDescription({
  required this.vectorType,
});