SummarizedAttackVector constructor
SummarizedAttackVector({
- required String vectorType,
- List<
SummarizedCounter> ? vectorCounters,
Implementation
SummarizedAttackVector({
required this.vectorType,
this.vectorCounters,
});