Secret constructor

Secret({
  1. SecretEnvironmentVariable? environmentVariable,
  2. SecretFilePath? filePath,
  3. SecretStatus? status,
  4. String? type,
})

Implementation

Secret({this.environmentVariable, this.filePath, this.status, this.type});