Job constructor
Job({})
Implementation
Job({
required this.name,
required this.createdAt,
required this.updatedAt,
required this.status,
required this.artifact,
this.id,
this.error,
});
Job({
required this.name,
required this.createdAt,
required this.updatedAt,
required this.status,
required this.artifact,
this.id,
this.error,
});