read_uncommitted property
bool
get
read_uncommitted
Implementation
bool get read_uncommitted => getBool("read_uncommitted");
set
read_uncommitted
(bool value)
Implementation
set read_uncommitted(bool value) => setBool("read_uncommitted", value);