menu
client_stripe package
documentation
models.dart
ChargeDestination
ChargeDestination const constructor
ChargeDestination const constructor
dark_mode
light_mode
ChargeDestination
constructor
const
ChargeDestination
(
{
required
String
account
,
int
?
amount
,
})
destination_specs
Implementation
const ChargeDestination({ required this.account, this.amount, });
client_stripe package
documentation
models
ChargeDestination
ChargeDestination const constructor
ChargeDestination class