AttackVectorDescription constructor

AttackVectorDescription({
  1. required String vectorType,
})

Implementation

AttackVectorDescription({
  required this.vectorType,
});