ShopMoney constructor

ShopMoney({
  1. String? amount,
  2. String? currencyCode,
})

Implementation

ShopMoney({this.amount, this.currencyCode});