InAppDocumentReference class
- Inheritance
-
- Object
- InAppReference
- InAppDocumentReference
Constructors
- InAppDocumentReference({required String reference, required InAppDatabase db, required String id, required InAppCollectionReference parent})
-
const
Properties
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