GetApiKeySecret200Response constructor
GetApiKeySecret200Response({
- required String secret,
Returns a new GetApiKeySecret200Response instance.
Implementation
GetApiKeySecret200Response({
required this.secret,
});