PaymayaRedirectUrls constructor

const PaymayaRedirectUrls({
  1. required String success,
  2. required String failure,
  3. required String cancel,
})

Implementation

const PaymayaRedirectUrls({
  required this.success,
  required this.failure,
  required this.cancel,
});