JobReference constructor

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

Implementation

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