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