baseTRepo<T> class abstract

Constructors

baseTRepo()

Properties

hashCode int
The hash code for this object.
no setterinherited
runtimeType Type
A representation of the runtime type of the object.
no setterinherited

Methods

add(T c) Future<T>
deletebyId(String id) Future<void>
edit(T c) Future<void>
getbyId(String id) Future<T>
noSuchMethod(Invocation invocation) → dynamic
Invoked when a nonexistent method or property is accessed.
inherited
read(T c, String uid) Future<T>
searchT_algo(String? qr, {List<String> attributes = const ["objectId"], List<AlgoliaQuery Function(AlgoliaQuery)>? filters, List<String>? strFilters, int page = 0, int hperp = 10, String? containID}) Future<searchData<T>>
toString() String
A string representation of this object.
inherited

Operators

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