RequestResponse<T> constructor
RequestResponse<T> (
- int? httpCode,
- bool isSuccess,
- T data, {
- RenovationError? exc,
- ErrorDetail? error,
- Response<
String> ? rawResponse,
Implementation
RequestResponse(this.httpCode, this.isSuccess, this.data,
{this.exc, this.error, this.rawResponse});