OpenRouterCurrentApiKey.fromJson constructor

OpenRouterCurrentApiKey.fromJson(
  1. String json
)

Implementation

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