PayPumpResponse constructor

PayPumpResponse({
  1. bool? status,
  2. String? message,
  3. Data? data,
})

Implementation

PayPumpResponse({this.status, this.message, this.data});