EventOffer constructor

EventOffer({
  1. double amount = 0,
  2. AppCurrency currency = AppCurrency.appCoin,
})

Implementation

EventOffer({
  this.amount = 0,
  this.currency = AppCurrency.appCoin,
});