PaymentCheckout constructor

PaymentCheckout({
  1. required double totalAmount,
  2. required String serviceType,
})

Implementation

PaymentCheckout({
  required this.totalAmount,
  required this.serviceType,
});