Checks if a specific flag is set in this flag set.
flag The LMDB flag to check for.
flag
Returns true if the flag is set, false otherwise.
bool contains(int flag) => (_flags & flag) == flag;