InAppCollectionReference class abstract

Inheritance

Constructors

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

Properties

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

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