SendPaymentResponse constructor

const SendPaymentResponse({
  1. required Payment payment,
})

Implementation

const SendPaymentResponse({
  required this.payment,
});