EventOffer constructor
EventOffer({
- double amount = 0,
- AppCurrency currency = AppCurrency.appCoin,
Implementation
EventOffer({
this.amount = 0,
this.currency = AppCurrency.appCoin,
});