PendingEvent constructor
const
PendingEvent({})
Implementation
const PendingEvent({
required this.id,
required this.eventType,
required this.eventData,
required this.integrationName,
this.attemptCount = 0,
required this.lastAttempt,
this.retryIntervalSeconds = 30,
required this.createdAt,
});