menu
paystack_manager_package package
documentation
models/payment_card.dart
PaymentCard
PaymentCard constructor
PaymentCard constructor
dark_mode
light_mode
PaymentCard
constructor
PaymentCard
(
{
required
String
number
,
required
String
cvv
,
required
String
month
,
required
String
year
,
})
Implementation
PaymentCard({ required this.number, required this.cvv, required this.month, required this.year, });
paystack_manager_package package
documentation
models/payment_card
PaymentCard
PaymentCard constructor
PaymentCard class