ShopFrontFirestore class

Implemented types

Constructors

ShopFrontFirestore(GetCollection getCollection, String appId)

Properties

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
shopFrontCollection → CollectionReference<Object?>
final

Methods

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

Operators

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