DeeplTranslateHandler constructor

const DeeplTranslateHandler({
  1. required String apiKey,
})

Creates a new instance of DeeplTranslateHandler.

Implementation

const DeeplTranslateHandler({
  required String apiKey,
}) : _apiKey = apiKey;