BackendRequestCache class

Implemented types

Properties

fullCache Map<String?, BackendRequestModel?>
final
hashCode int
The hash code for this object.
no setterinherited
reference BackendRequestRepository
final
runtimeType Type
A representation of the runtime type of the object.
no setterinherited

Methods

add(BackendRequestModel value) Future<BackendRequestModel>
Add a BackendRequestModel to the repository, cached
override
addEntity(String documentID, BackendRequestEntity value) Future<BackendRequestEntity>
Add a BackendRequestEntity to the repository, cached
override
changeValue(String documentId, String fieldName, num changeByThisValue) Future<BackendRequestModel>
override
delete(BackendRequestModel value) Future<void>
Delete a BackendRequestModel from the repository, cached
override
deleteAll() Future<void>
override
flush() → void
override
fromMap(Object? o, {Map<String, String>? newDocumentIds}) BackendRequestEntity?
override
get(String? id, {dynamic onError(Exception)?}) Future<BackendRequestModel?>
Retrieve a BackendRequestModel with it's id, cached
override
getEntity(String? id, {dynamic onError(Exception p1)?}) Future<BackendRequestEntity?>
override
getSubCollection(String documentId, String name) → dynamic
override
listen(BackendRequestModelTrigger trigger, {String? orderBy, bool? descending, Object? startAfter, int? limit, int? privilegeLevel, EliudQuery? eliudQuery}) StreamSubscription<List<BackendRequestModel?>>
override
listenTo(String documentId, BackendRequestChanged changed, {BackendRequestErrorHandler? errorHandler}) StreamSubscription<BackendRequestModel?>
override
listenWithDetails(BackendRequestModelTrigger trigger, {String? orderBy, bool? descending, Object? startAfter, int? limit, int? privilegeLevel, EliudQuery? eliudQuery}) StreamSubscription<List<BackendRequestModel?>>
override
noSuchMethod(Invocation invocation) → dynamic
Invoked when a nonexistent method or property is accessed.
inherited
timeStampToString(dynamic timeStamp) String?
override
toString() String
A string representation of this object.
inherited
update(BackendRequestModel value) Future<BackendRequestModel>
Update a BackendRequestModel
override
updateEntity(String documentID, BackendRequestEntity value) Future<BackendRequestEntity>
Update a BackendRequestEntity in the repository, cached
override
values({String? orderBy, bool? descending, Object? startAfter, int? limit, SetLastDoc? setLastDoc, int? privilegeLevel, EliudQuery? eliudQuery}) Stream<List<BackendRequestModel?>>
Retrieve list of List<BackendRequestModel?>
override
valuesList({String? orderBy, bool? descending, Object? startAfter, int? limit, SetLastDoc? setLastDoc, int? privilegeLevel, EliudQuery? eliudQuery}) Future<List<BackendRequestModel?>>
override
valuesListWithDetails({String? orderBy, bool? descending, Object? startAfter, int? limit, SetLastDoc? setLastDoc, int? privilegeLevel, EliudQuery? eliudQuery}) Future<List<BackendRequestModel?>>
override
valuesWithDetails({String? orderBy, bool? descending, Object? startAfter, int? limit, SetLastDoc? setLastDoc, int? privilegeLevel, EliudQuery? eliudQuery}) Stream<List<BackendRequestModel?>>
override

Operators

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