GetJobResult constructor

GetJobResult({
  1. Job? job,
})

Implementation

GetJobResult({
  this.job,
});