PaymentResponse constructor

PaymentResponse(
  1. bool isSuccessful,
  2. dynamic body
)

Implementation

PaymentResponse(this.isSuccessful, this.body);