HtmlPlatformMediumCache class

Implemented types

Properties

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

Methods

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

Operators

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