GetApiKeyResponse.fromJson constructor

GetApiKeyResponse.fromJson(
  1. Map<String, dynamic> json
)

Implementation

factory GetApiKeyResponse.fromJson(Map<String, dynamic> json) =>
    _$GetApiKeyResponseFromJson(json);