InAppDocumentReference class

Inheritance

Constructors

InAppDocumentReference({required String reference, required InAppDatabase db, required String id, required InAppCollectionReference parent})
const

Properties

hashCode int
The hash code for this object.
no setterinherited
id String
final
path String
no setter
reference String
finalinherited
runtimeType Type
A representation of the runtime type of the object.
no setterinherited

Methods

collection(String field) InAppQueryReference
delete() Future<bool>
Method to delete the document.
get() Future<InAppDocumentSnapshot>
Method to get all data in the document.
noSuchMethod(Invocation invocation) → dynamic
Invoked when a nonexistent method or property is accessed.
inherited
set(InAppDocument data, [InAppSetOptions options = const InAppSetOptions()]) Future<InAppDocumentSnapshot?>
Method to set data in the document.
snapshots() Stream<InAppDocumentSnapshot>
toString() String
A string representation of this object.
inherited
update(InAppDocument data) Future<InAppDocumentSnapshot?>
Method to update data in the document.

Operators

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