PlatformMediumCache class

Implemented types

Properties

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

Methods

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

Operators

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