toJson method

Map<String, dynamic> toJson()

Implementation

core.Map<core.String, core.dynamic> toJson() => {
  if (antivirusOverrides != null) 'antivirusOverrides': antivirusOverrides!,
  if (severityOverrides != null) 'severityOverrides': severityOverrides!,
  if (threatOverrides != null) 'threatOverrides': threatOverrides!,
};