SecretKeysResponse constructor

SecretKeysResponse({
  1. List<String>? secrets = const [],
  2. SecretKeysResponseAllOfLinks? links,
})

Returns a new SecretKeysResponse instance.

Implementation

SecretKeysResponse({
  this.secrets = const [],
  this.links,
});