MpesaResponse constructor

MpesaResponse(
  1. bool status,
  2. dynamic body
)

Implementation

MpesaResponse(this.status, this.body);