Secret constructor
Secret({
- SecretEnvironmentVariable? environmentVariable,
- SecretFilePath? filePath,
- SecretStatus? status,
- String? type,
Implementation
Secret({this.environmentVariable, this.filePath, this.status, this.type});