defaultFlags property
LMDBFlagSet
get
defaultFlags
Creates a flag set with default settings.
This provides the most basic and safe configuration with no special flags set. It's suitable for general-purpose use where you don't need specific optimizations or behavior modifications.
Implementation
static LMDBFlagSet get defaultFlags => LMDBFlagSet();