$ReplayInfo constructor

$ReplayInfo({
  1. String? originalExecutionInfoId,
  2. String? replayReason,
  3. List<String>? replayedExecutionInfoIds,
})

Implementation

$ReplayInfo({
  this.originalExecutionInfoId,
  this.replayReason,
  this.replayedExecutionInfoIds,
});