Replay constructor

Replay({
  1. DateTime? eventEndTime,
  2. DateTime? eventLastReplayedTime,
  3. String? eventSourceArn,
  4. DateTime? eventStartTime,
  5. DateTime? replayEndTime,
  6. String? replayName,
  7. DateTime? replayStartTime,
  8. ReplayState? state,
  9. String? stateReason,
})

Implementation

Replay({
  this.eventEndTime,
  this.eventLastReplayedTime,
  this.eventSourceArn,
  this.eventStartTime,
  this.replayEndTime,
  this.replayName,
  this.replayStartTime,
  this.state,
  this.stateReason,
});