PaymentResponse constructor
- bool isSuccess,
- int status,
- String token,
- String phonenumber,
- String message,
- String data,
- String extra
Implementation
PaymentResponse(this.isSuccess, this.status, this.token, this.phonenumber,
this.message, this.data, this.extra);