menu
multi_payment_gateway package
documentation
transaction.dart
Details
Details.new const constructor
Details.new const constructor
dark_mode
light_mode
Details
constructor
const
Details
(
{
String
subtotal
=
"20"
,
String
shipping
=
"0"
,
num
shippingDiscount
=
0
,
})
Implementation
const Details({ this.subtotal = "20", this.shipping = "0", this.shippingDiscount = 0, });
multi_payment_gateway package
documentation
transaction
Details
Details.new const constructor
Details class