JobReference constructor

JobReference({
  1. String? jobId,
  2. String? projectId,
})

Implementation

JobReference({
  this.jobId,
  this.projectId,
});