toJson method
Implementation
core.Map<core.String, core.dynamic> toJson() => {
if (sources != null) 'sources': sources!,
if (targets != null) 'targets': targets!,
if (totalExfiltratedBytes != null)
'totalExfiltratedBytes': totalExfiltratedBytes!,
};