SecretKeysResponse constructor
SecretKeysResponse({
- List<
String> ? secrets = const [], - SecretKeysResponseAllOfLinks? links,
Returns a new SecretKeysResponse instance.
Implementation
SecretKeysResponse({
this.secrets = const [],
this.links,
});