LMDBFlagSet.fromFlags constructor
LMDBFlagSet.fromFlags(
- int _flags
Creates a flag set initialized with the provided flags value.
This constructor is useful when you already have a combined flags value from native LMDB calls.
_flags The pre-combined flags value to initialize with.
Implementation
LMDBFlagSet.fromFlags(this._flags);