V2PaymentOptionsModal constructor

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

Implementation

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