CreateVaultOutput constructor

CreateVaultOutput({
  1. String? location,
})

Implementation

CreateVaultOutput({
  this.location,
});