BackgroundJob constructor
BackgroundJob({})
Implementation
BackgroundJob({
required this.id,
required this.jobKey,
this.payload,
required this.status,
required this.attempts,
required this.maxAttempts,
this.lastAttemptAt,
this.lastError,
required this.priority,
required this.createdAt,
required this.updatedAt,
});