QueryResponse<T> constructor
Null safety
- {T? data,
- bool loading = false,
- dynamic error}
Creates QueryResponse instance
Implementation
QueryResponse({
this.data,
this.loading = false,
this.error,
});
Creates QueryResponse instance
QueryResponse({
this.data,
this.loading = false,
this.error,
});