UnlockDeploymentRequest constructor

UnlockDeploymentRequest({
  1. String? lockId,
})

Implementation

UnlockDeploymentRequest({
  this.lockId,
});