FastApiHostConfig constructor

FastApiHostConfig({
  1. String devAddress = '',
  2. String testAddress = '',
  3. String productAddress = '',
  4. String geustAddress = '',
})

Implementation

FastApiHostConfig({
  this.devAddress = '',
  this.testAddress = '',
  this.productAddress = '',
  this.geustAddress = '',
});