InitiateVaultLockOutput constructor

InitiateVaultLockOutput({
  1. String? lockId,
})

Implementation

InitiateVaultLockOutput({
  this.lockId,
});