ResendDeleteApiKeyResponse.fromJson constructor

ResendDeleteApiKeyResponse.fromJson(
  1. Json json
)

Factory method for creating a ResendDeleteApiKeyResponse instance from a JSON object

Implementation

factory ResendDeleteApiKeyResponse.fromJson(Json json) {
  return const ResendDeleteApiKeyResponse();
}