BaseApi constructor

BaseApi([
  1. HttpClient? inner
])

Implementation

BaseApi([this.inner]) : super(inner);