TransactionInfo class final

Encapsulates information about a transaction.

Annotations
  • @external

Properties

hashCode int
The hash code for this object.
no setterinherited
hint String?
The user hint passed when creating the transaction, useful for debugging and testing.
no setter
id String
A globally unique ID of the transaction.
no setter
isReadOnly bool
Indicates whether mutating DQL statements can be executed in the transaction. Defaults to false. See Store.transaction for more information.
no setter
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