LokotroHttpResponse<T> constructor
LokotroHttpResponse<T> ({})
Implementation
LokotroHttpResponse({
this.data,
required this.statusCode,
required this.message,
required this.isSuccess,
this.headers,
this.rawResponse,
this.error,
});