DecorationColorInMemoryRepository class

Implemented types

Properties

hashCode int
The hash code for this object.
no setterinherited
items List<DecorationColorModel>
final
runtimeType Type
A representation of the runtime type of the object.
no setterinherited
theValues Stream<List<DecorationColorModel>>?
getter/setter pair
trigger DecorationColorListChanged
final

Methods

add(DecorationColorModel value) Future<DecorationColorModel>
override
addEntity(String documentID, DecorationColorEntity value) Future<DecorationColorEntity>
override
changeValue(String documentId, String fieldName, num changeByThisValue) Future<DecorationColorModel>
override
delete(DecorationColorModel value) Future<void>
override
deleteAll() Future<void>
override
flush() → void
override
fromMap(Object? o, {Map<String, String>? newDocumentIds}) DecorationColorEntity?
override
get(String? id, {dynamic onError(Exception)?}) Future<DecorationColorModel>
override
getEntity(String? id, {dynamic onError(Exception p1)?}) Future<DecorationColorEntity?>
override
getSubCollection(String documentId, String name) → dynamic
override
listen(DecorationColorModelTrigger trigger, {String? orderBy, bool? descending, Object? startAfter, int? limit, int? privilegeLevel, EliudQuery? eliudQuery}) StreamSubscription<List<DecorationColorModel>>
override
listenTo(String documentId, DecorationColorChanged changed, {DecorationColorErrorHandler? errorHandler}) StreamSubscription<DecorationColorModel>
override
listenWithDetails(DecorationColorModelTrigger trigger, {String? orderBy, bool? descending, Object? startAfter, int? limit, int? privilegeLevel, EliudQuery? eliudQuery}) StreamSubscription<List<DecorationColorModel>>
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(DecorationColorModel value) Future<DecorationColorModel>
override
updateEntity(String documentID, DecorationColorEntity value) Future<DecorationColorEntity>
override
values({String? orderBy, bool? descending, Object? startAfter, int? limit, SetLastDoc? setLastDoc, int? privilegeLevel, EliudQuery? eliudQuery}) Stream<List<DecorationColorModel>>
override
valuesList({String? orderBy, bool? descending, Object? startAfter, int? limit, SetLastDoc? setLastDoc, int? privilegeLevel, EliudQuery? eliudQuery}) Future<List<DecorationColorModel>>
override
valuesListWithDetails({String? orderBy, bool? descending, Object? startAfter, int? limit, SetLastDoc? setLastDoc, int? privilegeLevel, EliudQuery? eliudQuery}) Future<List<DecorationColorModel>>
override
valuesWithDetails({String? orderBy, bool? descending, Object? startAfter, int? limit, SetLastDoc? setLastDoc, int? privilegeLevel, EliudQuery? eliudQuery}) Stream<List<DecorationColorModel>>
override

Operators

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