PaymentOptionsModal constructor

const PaymentOptionsModal({
  1. Key? key,
  2. required VoucherGenerationSummaryViewModel model,
})

Implementation

const PaymentOptionsModal({super.key, required this.model});