SecretVersion constructor

SecretVersion({
  1. String? path,
  2. String? version,
})

Implementation

SecretVersion({
  this.path,
  this.version,
});