TranslationApi constructor

TranslationApi(
  1. String _baseUrl,
  2. Dio _dio
)

Implementation

TranslationApi(this._baseUrl, this._dio);