InAppCollectionReference class abstract
- Inheritance
-
- Object
- InAppReference
- InAppCollectionReference
Constructors
- InAppCollectionReference({required InAppDatabase db, required String reference, required String path, required String id})
-
const
Properties
Methods
-
add(
InAppDocument data) → Future< InAppDocumentSnapshot?> -
delete(
{bool notifiable = false}) → Future< bool> -
doc(
String field) → InAppDocumentReference -
get(
) → Future< InAppQuerySnapshot> -
noSuchMethod(
Invocation invocation) → dynamic -
Invoked when a nonexistent method or property is accessed.
inherited
-
push(
) → String -
set(
List< InAppDocumentSnapshot> data, {bool notifiable = false}) → Future<InAppQuerySnapshot?> -
snapshots(
) → Stream< InAppQuerySnapshot> -
toString(
) → String -
A string representation of this object.
inherited
Operators
-
operator ==(
Object other) → bool -
The equality operator.
inherited