DeepLTranslationService constructor
DeepLTranslationService({})
Implementation
DeepLTranslationService({
required String url,
required this.apiKey,
required this.logger,
this.glossaryId,
}) : _httpClient = HttpClient(
baseUrl: url,
logger: logger,
);