QueryResult<T> constructor
const
QueryResult<T> ({})
Creates a new QueryResult instance
Implementation
const QueryResult({
required this.data,
this.total,
this.limit,
this.skip,
this.hasMore = false,
});