searchData<T> class

Constructors

searchData({required List<T> data, Map<String, dynamic>? pageInfo})
searchData.single(T data)

Properties

canNext bool
no setter
canPre bool
no setter
data List<T>
final
exhaustiveNbHits bool
no setter
facets Map<String, dynamic>
no setter
facetsStats Map<String, dynamic>
no setter
hashCode int
The hash code for this object.
no setterinherited
hitsPerPage int
no setter
length int
no setter
nbHits int
no setter
nbPages int
no setter
offset int
no setter
page int
no setter
pageInfo Map<String, dynamic>
final
paramHelper AlgoParamHelper
no setter
processingTimeMS int
no setter
query String
no setter
queryID String?
no setter
runtimeType Type
A representation of the runtime type of the object.
no setterinherited

Methods

add(T data) searchData<T>
copyWith({List<T>? data, Map<String, dynamic>? pageInfo}) searchData<T>
getParams(List<String> excludes) List<String>
noSuchMethod(Invocation invocation) → dynamic
Invoked when a nonexistent method or property is accessed.
inherited
remove(int i) searchData<T>
toString() String
A string representation of this object.
inherited

Operators

operator ==(Object other) bool
The equality operator.
inherited