Api constructor

Api({
  1. String? baseUrl,
  2. String? authUrl,
  3. String? certificate,
  4. String? appKey,
  5. String? certificatePath,
  6. List? permissions,
  7. bool? isBancoDoBrasil,
})

Implementation

Api({
  this.baseUrl,
  this.authUrl,
  this.certificate,
  this.appKey,
  this.certificatePath,
  this.permissions,
  this.isBancoDoBrasil,
});