TransactionResult class abstract
The results of the transaction.
Constructors
Properties
- committed → bool
-
True if the transaction successfully completed, false if it was aborted or
an error occurred
no setter
- dataSnapshot → DataSnapshot?
-
The current data at the location or null if an error occurred
no setter
- error → FirebaseDatabaseException?
-
null if no errors occurred, otherwise it contains the error
no setter
- hashCode → int
-
The hash code for this object.
no setterinherited
- runtimeType → Type
-
A representation of the runtime type of the object.
no setterinherited
Methods
-
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