SummarizedAttackVector constructor

SummarizedAttackVector({
  1. required String vectorType,
  2. List<SummarizedCounter>? vectorCounters,
})

Implementation

SummarizedAttackVector({
  required this.vectorType,
  this.vectorCounters,
});