TutorialEntryInMemoryRepository class Null safety

Implemented types

Constructors

TutorialEntryInMemoryRepository(TutorialEntryListChanged trigger, List<TutorialEntryModel> items)

Properties

hashCode int
The hash code for this object. [...]
read-only, inherited
items List<TutorialEntryModel>
final
runtimeType Type
A representation of the runtime type of the object.
read-only, inherited
theValues Stream<List<TutorialEntryModel>>?
read / write
trigger TutorialEntryListChanged
final

Methods

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

Operators

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