Response<D> constructor
Response<D> ({})
Implementation
Response({
this.message = 'ok',
this.data,
this.body,
this.error,
this.statusCode = 0,
this.headers,
this.extra,
});
Response({
this.message = 'ok',
this.data,
this.body,
this.error,
this.statusCode = 0,
this.headers,
this.extra,
});