DeeplTranslateHandler constructor
const
DeeplTranslateHandler({
- required String apiKey,
Creates a new instance of DeeplTranslateHandler.
Implementation
const DeeplTranslateHandler({
required String apiKey,
}) : _apiKey = apiKey;