hasModifier method
Return true if this element has the given modifier associated with it.
Implementation
bool hasModifier(Modifier modifier) =>
BooleanArray.get(_modifiers, modifier.ordinal);
Return true if this element has the given modifier associated with it.
bool hasModifier(Modifier modifier) =>
BooleanArray.get(_modifiers, modifier.ordinal);