StartSigningJobResponse constructor

StartSigningJobResponse({
  1. String? jobId,
  2. String? jobOwner,
})

Implementation

StartSigningJobResponse({
  this.jobId,
  this.jobOwner,
});