Exfiltration constructor

Exfiltration({
  1. List<ExfilResource>? sources,
  2. List<ExfilResource>? targets,
  3. String? totalExfiltratedBytes,
})

Implementation

Exfiltration({
  this.sources,
  this.targets,
  this.totalExfiltratedBytes,
});