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);