structurallyEquals method
Implementation
bool structurallyEquals(SelectorGroup other) {
if (identical(this, other)) return true;
return selectorText == other.selectorText;
}
bool structurallyEquals(SelectorGroup other) {
if (identical(this, other)) return true;
return selectorText == other.selectorText;
}