VaultLockPolicy constructor

VaultLockPolicy({
  1. String? policy,
})

Implementation

VaultLockPolicy({
  this.policy,
});