ApiClient constructor
ApiClient({
- String basePath = 'https://yago.cloud',
- Authentication? authentication,
Implementation
ApiClient({
this.basePath = 'https://yago.cloud',
this.authentication,
});