ApiClient constructor

ApiClient({
  1. String basePath = 'http://localhost',
})

Implementation

ApiClient({this.basePath = 'http://localhost'}) {
}