TutorialEntryRepository class abstract

Inheritance
Implementers

Constructors

TutorialEntryRepository()

Properties

hashCode int
The hash code for this object.
no setterinherited
runtimeType Type
A representation of the runtime type of the object.
no setterinherited

Methods

add(TutorialEntryModel value) Future<TutorialEntryModel>
override
addEntity(String documentID, TutorialEntryEntity value) Future<TutorialEntryEntity>
override
changeValue(String documentId, String fieldName, num changeByThisValue) Future<TutorialEntryModel?>
override
delete(TutorialEntryModel value) Future<void>
override
deleteAll() Future<void>
override
flush() → void
override
fromMap(Object? o, {Map<String, String>? newDocumentIds}) TutorialEntryEntity?
inherited
get(String? id, {dynamic onError(Exception)?}) Future<TutorialEntryModel?>
override
getEntity(String? id, {dynamic onError(Exception)?}) Future<TutorialEntryEntity?>
inherited
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) Future<TutorialEntryModel>
override
updateEntity(String documentID, TutorialEntryEntity value) Future<TutorialEntryEntity>
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}) Future<List<TutorialEntryModel?>>
override
valuesListWithDetails({String? orderBy, bool? descending, Object? startAfter, int? limit, SetLastDoc? setLastDoc, int? privilegeLevel, EliudQuery? eliudQuery}) Future<List<TutorialEntryModel?>>
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