TamaraSnippet constructor

const TamaraSnippet({
  1. required String psKey,
  2. UniPayLocale locale = UniPayLocale.ar,
  3. num transactionAmount = 100,
  4. String countryCode = "SA",
})

Implementation

const TamaraSnippet({
  required this.psKey,
  this.locale = UniPayLocale.ar,
  this.transactionAmount = 100,
  this.countryCode = "SA",
});