GetApiKeySecret200Response constructor

GetApiKeySecret200Response({
  1. required String secret,
})

Returns a new GetApiKeySecret200Response instance.

Implementation

GetApiKeySecret200Response({
  required this.secret,
});