unknown constant
TransactionState
const unknown
Directly after sending a query the transaction state is unknown, as the query may change the transaction state. Wait until the query is completed to query the transaction state.
Implementation
static const TransactionState unknown = const TransactionState('unknown');