RetryEntry constructor
const
RetryEntry({})
Creates a retry entry.
Implementation
const RetryEntry({
required this.issueId,
required this.identifier,
required this.attempt,
required this.kind,
required this.dueAt,
this.error,
this.timer,
});