AdapterResponse<T> constructor
const
AdapterResponse<T> ({})
Implementation
const AdapterResponse({
required this.statusCode,
this.statusMessage,
this.data,
required this.headers,
required this.request,
this.isRedirect = false,
this.redirectUrl,
this.extra = const {},
});