DeleteApiKeyResponse.fromJson constructor

DeleteApiKeyResponse.fromJson(
  1. Map<String, dynamic> _
)

Implementation

factory DeleteApiKeyResponse.fromJson(Map<String, dynamic> _) {
  return DeleteApiKeyResponse();
}