ThirdPartyJob constructor

ThirdPartyJob({
  1. String? clientId,
  2. String? jobId,
})

Implementation

ThirdPartyJob({
  this.clientId,
  this.jobId,
});