GetJobDetailsOutput constructor

GetJobDetailsOutput({
  1. JobDetails? jobDetails,
})

Implementation

GetJobDetailsOutput({
  this.jobDetails,
});