SendPaymentResponse constructor
const
SendPaymentResponse({
- required Payment payment,
Implementation
const SendPaymentResponse({
required this.payment,
});
const SendPaymentResponse({
required this.payment,
});