menu
uni_pay package
documentation
uni_pay.dart
ShippingAmount
ShippingAmount.new constructor
ShippingAmount.new constructor
dark_mode
light_mode
ShippingAmount
constructor
ShippingAmount
(
{
required
String
amount
,
String
currency
=
"SAR"
,
})
Implementation
ShippingAmount({ required this.amount, this.currency = "SAR", });
uni_pay package
documentation
uni_pay
ShippingAmount
ShippingAmount.new constructor
ShippingAmount class