toJson method

Map<String, dynamic> toJson()

Implementation

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