menu
multi_payment_gateway package
documentation
transaction.dart
Amount
Amount.new constructor
Amount.new constructor
dark_mode
light_mode
Amount
constructor
Amount
(
{
String
total
=
"20"
,
String
currency
=
"USD"
,
Details
details
=
const Details()
,
})
Implementation
Amount({ this.total = "20", this.currency = "USD", this.details = const Details(), });
multi_payment_gateway package
documentation
transaction
Amount
Amount.new constructor
Amount class