CreateApiKeyResponse constructor

CreateApiKeyResponse({
  1. ApiKey? apiKey,
})

Implementation

CreateApiKeyResponse({
  this.apiKey,
});