PayConfirmationFirestore class

Implemented types

Constructors

PayConfirmationFirestore(GetCollection getCollection, String appId)

Properties

appId String
final
getCollection → GetCollection
final
hashCode int
The hash code for this object.
no setterinherited
payConfirmationCollection → CollectionReference<Object?>
final
runtimeType Type
A representation of the runtime type of the object.
no setterinherited

Methods

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

Operators

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