Secrets constructor
Secrets({
- List<
InlineSecret> ? inline, - List<
SecretManagerSecret> ? secretManager,
Implementation
Secrets({
this.inline,
this.secretManager,
});