withPayload method
Returns a copy embedding a pre-sanitized payload.
Implementation
ReportEvent withPayload(Map<String, dynamic> payload) => ReportEvent(
id: id,
exception: exception,
context: context,
timestamp: timestamp,
fingerprints: fingerprints,
breadcrumbs: breadcrumbs,
attachments: attachments,
handled: handled,
payload: payload,
);