sug_tempConfig<T> class

Inheritance

Constructors

sug_tempConfig({required dynamic dataSrcPvd, required dynamic pageid, required T getfromAlg(AlgoliaObjectSnapshot d), required List<String> attributesAlgo, dynamic onSearchChange, dynamic onSearchClick, dynamic defaultPSize = 10, dynamic dialogC, dynamic exDialogC, dynamic customSearchFunc})

Properties

attributesAlgo List<String>
final
customSearchFunc → (Future<searchData<T>> Function(String? qr, Ref<Object?> ref, {List<String> attributes, String? containID, List<AlgoliaQuery Function(AlgoliaQuery)>? filters, int hperp, int page, List<String>? strFilters})?)
finalinherited
dataSrcPvd → Provider<baseTRepo<T>>
finalinherited
defaultPSize int
finalinherited
dialogC → StateProvider<String?>?
finalinherited
exDialogC → StateProvider<CustomException?>?
finalinherited
getfromAlg → T Function(AlgoliaObjectSnapshot d)
for simple dialog search
final
hashCode int
The hash code for this object.
no setterinherited
onSearchChange → (dynamic Function(Ref<Object?>)?)
finalinherited
onSearchClick → (dynamic Function(Ref<Object?>)?)
finalinherited
pageid String
finalinherited
runtimeType Type
A representation of the runtime type of the object.
no setterinherited

Methods

noSuchMethod(Invocation invocation) → dynamic
Invoked when a nonexistent method or property is accessed.
inherited
toString() String
A string representation of this object.
inherited

Operators

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