ExchangeFormatClient<SettingType> constructor

ExchangeFormatClient<SettingType>(
  1. String serverBaseUrl,
  2. SettingType settings
)

Implementation

ExchangeFormatClient(String serverBaseUrl, this.settings){
  this.serverBaseUrl = serverBaseUrl;
}