WalletOtpScreen constructor

const WalletOtpScreen({
  1. Key? key,
  2. required PaymentCheckoutResponseModel responseModel,
})

Implementation

const WalletOtpScreen({super.key, required this.responseModel});