PaymentResponse constructor

const PaymentResponse({
  1. required String message,
  2. Key? key,
})

Implementation

const PaymentResponse({required this.message, Key? key}) : super(key: key);