Whether this style has modifier set (added and not removed).
modifier
bool hasModifier(Modifier modifier) => addModifier.contains(modifier) && !subModifier.contains(modifier);