AppConfig constructor

const AppConfig({
  1. String registrarApiKey = '',
  2. String atsignPrefix = '',
  3. String atsignPostfix = '',
})

Implementation

const AppConfig({
  this.registrarApiKey = '',
  this.atsignPrefix = '',
  this.atsignPostfix = '',
});