PlayStoreCache class

Implemented types

Constructors

PlayStoreCache(PlayStoreRepository reference)

Properties

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

Methods

add(PlayStoreModel value) Future<PlayStoreModel>
Add a PlayStoreModel to the repository, cached
override
addEntity(String documentID, PlayStoreEntity value) Future<PlayStoreEntity>
Add a PlayStoreEntity to the repository, cached
override
changeValue(String documentId, String fieldName, num changeByThisValue) Future<PlayStoreModel>
override
delete(PlayStoreModel value) Future<void>
Delete a PlayStoreModel from the repository, cached
override
deleteAll() Future<void>
override
flush() → void
override
fromMap(Object? o, {Map<String, String>? newDocumentIds}) PlayStoreEntity?
override
get(String? id, {dynamic onError(Exception)?}) Future<PlayStoreModel?>
Retrieve a PlayStoreModel with it's id, cached
override
getEntity(String? id, {dynamic onError(Exception p1)?}) Future<PlayStoreEntity?>
override
getSubCollection(String documentId, String name) → dynamic
override
listen(PlayStoreModelTrigger trigger, {String? orderBy, bool? descending, Object? startAfter, int? limit, int? privilegeLevel, EliudQuery? eliudQuery}) StreamSubscription<List<PlayStoreModel?>>
override
listenTo(String documentId, PlayStoreChanged changed, {PlayStoreErrorHandler? errorHandler}) StreamSubscription<PlayStoreModel?>
override
listenWithDetails(PlayStoreModelTrigger trigger, {String? orderBy, bool? descending, Object? startAfter, int? limit, int? privilegeLevel, EliudQuery? eliudQuery}) StreamSubscription<List<PlayStoreModel?>>
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(PlayStoreModel value) Future<PlayStoreModel>
Update a PlayStoreModel
override
updateEntity(String documentID, PlayStoreEntity value) Future<PlayStoreEntity>
Update a PlayStoreEntity in the repository, cached
override
values({String? orderBy, bool? descending, Object? startAfter, int? limit, SetLastDoc? setLastDoc, int? privilegeLevel, EliudQuery? eliudQuery}) Stream<List<PlayStoreModel?>>
Retrieve list of List<PlayStoreModel?>
override
valuesList({String? orderBy, bool? descending, Object? startAfter, int? limit, SetLastDoc? setLastDoc, int? privilegeLevel, EliudQuery? eliudQuery}) Future<List<PlayStoreModel?>>
override
valuesListWithDetails({String? orderBy, bool? descending, Object? startAfter, int? limit, SetLastDoc? setLastDoc, int? privilegeLevel, EliudQuery? eliudQuery}) Future<List<PlayStoreModel?>>
override
valuesWithDetails({String? orderBy, bool? descending, Object? startAfter, int? limit, SetLastDoc? setLastDoc, int? privilegeLevel, EliudQuery? eliudQuery}) Stream<List<PlayStoreModel?>>
override

Operators

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