hasFlag method
Checks if this filter includes the specified filter.
Implementation
bool hasFlag(ExclusionFilters filter) => (value & filter.value) != 0;
Checks if this filter includes the specified filter.
bool hasFlag(ExclusionFilters filter) => (value & filter.value) != 0;