GetJobUnlockCodeResult constructor

GetJobUnlockCodeResult({
  1. String? unlockCode,
})

Implementation

GetJobUnlockCodeResult({
  this.unlockCode,
});