TranslateApi constructor
TranslateApi(})
Implementation
TranslateApi(
http.Client client, {
core.String rootUrl = 'https://translation.googleapis.com/',
core.String servicePath = '',
}) : _requester = commons.ApiRequester(
client,
rootUrl,
servicePath,
requestHeaders,
);