Secret constructor

Secret({
  1. String? secretVersion,
})

Implementation

Secret({
  this.secretVersion,
});