FollowRequestsDashboardCache class

Implemented types

Properties

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

Methods

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

Operators

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