toJson method

Map<String, dynamic> toJson()

Implementation

core.Map<core.String, core.dynamic> toJson() => {
  if (attackVector != null) 'attackVector': attackVector!,
  if (errorMessage != null) 'errorMessage': errorMessage!,
  if (stackTraces != null) 'stackTraces': stackTraces!,
  if (storedXssSeedingUrl != null)
    'storedXssSeedingUrl': storedXssSeedingUrl!,
};