toJson method
Implementation
core.Map<core.String, core.dynamic> toJson() => {
if (originalExecutionInfoId != null)
'originalExecutionInfoId': originalExecutionInfoId!,
if (replayReason != null) 'replayReason': replayReason!,
if (replayedExecutionInfoIds != null)
'replayedExecutionInfoIds': replayedExecutionInfoIds!,
};