ApiClient constructor

ApiClient({
  1. String basePath = 'https://yago.cloud',
  2. Authentication? authentication,
})

Implementation

ApiClient({
  this.basePath = 'https://yago.cloud',
  this.authentication,
});