PaystackResponse.error constructor
PaystackResponse.error(
- String message
Implementation
factory PaystackResponse.error(String message) {
return PaystackResponse(code: '01', message: message, reference: null);
}