PostgresTransaction constructor
const
PostgresTransaction({})
Creates PostgreSQL settings applied by the transaction BEGIN statement.
Implementation
const PostgresTransaction({
this.isolation = Isolation.readCommitted,
this.readOnly = false,
});