Area120TablesApi constructor

Area120TablesApi(
  1. Client client, {
  2. String rootUrl = 'https://area120tables.googleapis.com/',
  3. String servicePath = '',
})

Implementation

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