NUIHttpResponse<T> constructor
NUIHttpResponse<T> ({})
Implementation
NUIHttpResponse({
required this.success,
required this.code,
required this.message,
this.body,
this.headers,
this.listBody,
this.response,
this.responseBody
});