Attack constructor

Attack({
  1. String? classification,
  2. int? volumeBps,
  3. int? volumePps,
})

Implementation

Attack({
  this.classification,
  this.volumeBps,
  this.volumePps,
});