value property
int
get
value
Gets the combined value of all flags in this set.
This value can be directly used in LMDB API calls.
Returns the integer representation of the combined flags.
Implementation
int get value => _flags;