PaymentResponse constructor

PaymentResponse(
  1. bool isSuccess,
  2. int status,
  3. String token,
  4. String phonenumber,
  5. String message,
  6. String data,
  7. String extra
)

Implementation

PaymentResponse(this.isSuccess, this.status, this.token, this.phonenumber,
    this.message, this.data, this.extra);