OctobaseResponse<T> constructor
OctobaseResponse<T> ({})
Implementation
OctobaseResponse({
this.statusCode,
this.statusMessage,
required this.data,
this.response,
this.headers,
this.isError = false,
});