FirebaseTransaction<T> class abstract

An interface for transactions on the realtime database

Implementers

Constructors

FirebaseTransaction()

Properties

eTag String
The current eTag of the entry.
no setter
hashCode int
The hash code for this object.
no setterinherited
key String
The key of the entry beeing modified in the transaction
no setter
runtimeType Type
A representation of the runtime type of the object.
no setterinherited
value → T?
The current value of the entry.
no setter

Methods

commitDelete() Future<void>
Tries to commit the deletion of the entry.
commitUpdate(T data) Future<T?>
Tries to commit an update of the entry to data.
noSuchMethod(Invocation invocation) → dynamic
Invoked when a nonexistent method or property is accessed.
inherited
toString() String
A string representation of this object.
inherited

Operators

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