Use bitmask with isar database
I have a class in my flutter project that uses a bitmask to store certain flags in an int. Objects of this class are stored in an isar database and I want to query these objects based on the flags.
I have a class in my flutter project that uses a bitmask to store certain flags in an int. Objects of this class are stored in an isar database and I want to query these objects based on the flags.