Exfiltration constructor
Exfiltration({
- List<
ExfilResource> ? sources, - List<
ExfilResource> ? targets, - String? totalExfiltratedBytes,
Implementation
Exfiltration({
this.sources,
this.targets,
this.totalExfiltratedBytes,
});