OpenRouterDeleteApiKeyResponse.fromJson constructor

OpenRouterDeleteApiKeyResponse.fromJson(
  1. String json
)

Implementation

factory OpenRouterDeleteApiKeyResponse.fromJson(String json) =>
    OpenRouterDeleteApiKeyResponse.fromMap(jsonDecode(json));