ScheduledJob constructor
ScheduledJob({})
Returns a new ScheduledJob instance.
Implementation
ScheduledJob({
required this.id,
required this.userId,
required this.inboxId,
required this.jobId,
required this.groupId,
required this.triggerId,
required this.status,
required this.sendAtTimestamp,
required this.createdAt,
required this.updatedAt,
});