copyWith method
Implementation
Body copyWith({
Iterable<Breadcrumb>? telemetry,
Report? report,
}) =>
Body(telemetry: telemetry ?? this.telemetry, report: report ?? this.report);
Body copyWith({
Iterable<Breadcrumb>? telemetry,
Report? report,
}) =>
Body(telemetry: telemetry ?? this.telemetry, report: report ?? this.report);