NotificationDashboardCache class

Implemented types

Properties

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

Methods

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

Operators

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