OpenRouterCurrentApiKey.fromJson constructor
OpenRouterCurrentApiKey.fromJson(
- String json
Implementation
factory OpenRouterCurrentApiKey.fromJson(String json) =>
OpenRouterCurrentApiKey.fromMap(jsonDecode(json));