Secret constructor

Secret({
  1. String? cloudSecret,
})

Implementation

Secret({
  this.cloudSecret,
});