AppBarFirestore class

Implemented types

Constructors

AppBarFirestore(GetCollection getCollection, String appId)

Properties

appBarCollection → CollectionReference<Object?>
final
appId String
final
getCollection → GetCollection
final
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(AppBarModel value) Future<AppBarModel>
override
addEntity(String documentID, AppBarEntity value) Future<AppBarEntity>
override
changeValue(String documentId, String fieldName, num changeByThisValue) Future<AppBarModel?>
override
delete(AppBarModel value) Future<void>
override
deleteAll() Future<void>
override
flush() → void
override
fromMap(Object? o, {Map<String, String>? newDocumentIds}) AppBarEntity?
override
get(String? id, {dynamic onError(Exception)?}) Future<AppBarModel?>
override
getEntity(String? id, {dynamic onError(Exception)?}) Future<AppBarEntity?>
override
getSubCollection(String documentId, String name) → dynamic
override
listen(AppBarModelTrigger trigger, {String? orderBy, bool? descending, Object? startAfter, int? limit, int? privilegeLevel, EliudQuery? eliudQuery}) StreamSubscription<List<AppBarModel?>>
override
listenTo(String documentId, AppBarChanged changed, {AppBarErrorHandler? errorHandler}) StreamSubscription<AppBarModel?>
override
listenWithDetails(AppBarModelTrigger trigger, {String? orderBy, bool? descending, Object? startAfter, int? limit, int? privilegeLevel, EliudQuery? eliudQuery}) StreamSubscription<List<AppBarModel?>>
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(AppBarModel value) Future<AppBarModel>
override
updateEntity(String documentID, AppBarEntity value) Future<AppBarEntity>
override
values({String? orderBy, bool? descending, Object? startAfter, int? limit, SetLastDoc? setLastDoc, int? privilegeLevel, EliudQuery? eliudQuery}) Stream<List<AppBarModel?>>
override
valuesList({String? orderBy, bool? descending, Object? startAfter, int? limit, SetLastDoc? setLastDoc, int? privilegeLevel, EliudQuery? eliudQuery}) Future<List<AppBarModel?>>
override
valuesListWithDetails({String? orderBy, bool? descending, Object? startAfter, int? limit, SetLastDoc? setLastDoc, int? privilegeLevel, EliudQuery? eliudQuery}) Future<List<AppBarModel?>>
override
valuesWithDetails({String? orderBy, bool? descending, Object? startAfter, int? limit, SetLastDoc? setLastDoc, int? privilegeLevel, EliudQuery? eliudQuery}) Stream<List<AppBarModel?>>
override

Operators

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