transactionId property
Auto-incrementing transaction id. This is the same for all operations within the same transaction.
Reset whenever the database is re-created.
Currently, this is only present when PowerSyncDatabase.writeTransaction is used. This may change in the future.
Implementation
final int? transactionId;