AppConfig constructor

const AppConfig({
  1. String registrarApiKey = '',
  2. String atsignPrefix = '',
  3. String atsignPostfix = '',
  4. List<Map<String, dynamic>> folders = const [],
})

Implementation

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