ResendDeleteApiKeyResponse.fromJson constructor
ResendDeleteApiKeyResponse.fromJson(
- Json json
Factory method for creating a ResendDeleteApiKeyResponse instance from a JSON object
Implementation
factory ResendDeleteApiKeyResponse.fromJson(Json json) {
return const ResendDeleteApiKeyResponse();
}